getDevice method
Returns the DeviceDataCollector
of the given deviceType
.
Returns null
if no device is found.
Implementation
@override
DeviceManager? getDevice(String deviceType) => _devices[deviceType];
Returns the DeviceDataCollector
of the given deviceType
.
Returns null
if no device is found.
@override
DeviceManager? getDevice(String deviceType) => _devices[deviceType];