flush method

Future<void> flush()

This method forces sending the events from the queue to the server.

Implementation

Future<void> flush() async {
  return await _methods.flush();
}