OnDatabaseSyncFn typedef

OnDatabaseSyncFn = FutureOr<void> Function()

Prototype of the function called when the database receives a sync update.

Implementation

typedef OnDatabaseSyncFn = FutureOr<void> Function();