@override Future<bool> disconnect() async { var res = await methodChannel.invokeMethod<bool>("disconnect"); return res!; }