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