@override Future<bool?> disConnect() async { final result = await methodChannel.invokeMethod<bool>(methodDisconnect); return result; }