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