@override Future<void> sendEvent({required String event}) async { return await methodChannel.invokeMethod<void>( 'sendEvent', {'event': event}, ); }