flush method

Future<void> flush()

Explicitly flush any stored events to the server.

Implementation

Future<void> flush() {
  return _channel.invokeMethod<void>('flush');
}