getDeviceManage method
返回设备管理对象
Implementation
@override
Future<DeviceManage?> getDeviceManage() async {
var bool = await isInit();
return bool ? DeviceServer() : null;
}
返回设备管理对象
@override
Future<DeviceManage?> getDeviceManage() async {
var bool = await isInit();
return bool ? DeviceServer() : null;
}