flush method

Future<bool> flush()

Manually trigger a sync of all pending logs.

Implementation

Future<bool> flush() async => _flushNow();