Flushes all queued analytics events to the backend.
@override Future<void> flushEvents() async { await _channel.invokeMethod('flushEvents'); }