OnDatabaseReadyFn typedef

OnDatabaseReadyFn = FutureOr<void> Function()

Prototype of the function called when the database is ready.

Implementation

typedef OnDatabaseReadyFn = FutureOr<void> Function();