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