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