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