@override Future<bool?> sendEvent([dynamic params]) async { return await methodChannel.invokeMethod<bool>('sendEvent', params); }