flush method

void flush()

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

Implementation

void flush() {
  _methods.flush();
}