flush method

Future<void> flush()

Flushes any pending action.

Implementation

Future<void> flush() => _debouncer.flush();