flush method
This method forces sending the events from the queue to the server.
Implementation
Future<void> flush() async {
return await _methods.flush();
}
This method forces sending the events from the queue to the server.
Future<void> flush() async {
return await _methods.flush();
}