@override Future<void> sendKey(int keyCode) async { await methodChannel.invokeMethod('sendKey', {"key": keyCode}); }