onReady property

Future<void> onReady

The on ready callback: fired when the database is ready to operate

Implementation

Future<void> get onReady => _db.onReady;