isConnected property
Is this device manager connected to the real device?
Implementation
bool get isConnected => status == DeviceStatus.connected;
Is this device manager connected to the real device?
bool get isConnected => status == DeviceStatus.connected;