currentNasDeviceSync property

NASDeviceInfo? get currentNasDeviceSync

同步获取当前NAS设备信息(可能返回null如果还未初始化)

Implementation

static NASDeviceInfo? get currentNasDeviceSync => _currentNasDevice;