@override Future<String?> sendEventName(String event) async { return await methodChannel.invokeMethod<String>('sendEventName', event); }