../../../.pub-cache/hosted/pub.dev/sqlite_async-0.11.8/lib/src/web/worker/throttled_common_database.dart:9:7: Error: The non-abstract class 'ThrottledCommonDatabase' is missing implementations for these members:
throttled_common_database.dart:9
- CommonDatabase.updatesSync
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 ThrottledCommonDatabase extends CommonDatabase {
^^^^^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/sqlite3-2.9.0/lib/src/database.dart:67:28: Context: 'CommonDatabase.updatesSync' is defined here.
database.dart:67
Stream<SqliteUpdate> get updatesSync;
^^^^^^^^^^^
Failed to compile application.