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