flush method

Future<void> flush()

Awaits in-flight writes without blocking further dispatches.

Implementation

Future<void> flush() => _latest;