OnDatabaseNotReadyFn typedef

OnDatabaseNotReadyFn = FutureOr<void> Function()

Prototype of the function called when the database is not yet ready.

Implementation

typedef OnDatabaseNotReadyFn = FutureOr<void> Function();