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