@override Future<void> sendCommand(String command) async { await methodChannel.invokeMethod<void>( 'sendCommand', {'command': command}, ); }