You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jaguar_query_sqljocky-2.2.4/lib/src/adapter.dart:12:7: Error: The non-abstract class 'MysqlAdapter' is missing implementations for these members:
- Adapter.alter
Try to either
- provide an implementation,
- inherit an implementation from a superclass or mixin,
- mark the class as abstract, or
- provide a 'noSuchMethod' implementation.
class MysqlAdapter implements Adapter<sj.MySqlConnection> {
The text was updated successfully, but these errors were encountered:
got this error:
my pubspec:
The text was updated successfully, but these errors were encountered: