purgeOutstandingWrites method

Future<void>? purgeOutstandingWrites()

The Firebase Database client automatically queues writes and sends them to the server at the earliest opportunity, depending on network connectivity.

Implementation

Future<void>? purgeOutstandingWrites() => _db?.purgeOutstandingWrites();