是否已经连接设备
@override Future<bool> isConnect() async { return await _channel.invokeMethod("isConnect"); }