@override Future<String?> reversalCmd() async { final result = await methodChannel.invokeMethod<String>('reversalCmd'); return result; }