getDevice method

  1. @override
DeviceManager<DeviceRegistration, DeviceDescriptor>? getDevice(
  1. String deviceType
)
override

Returns the DeviceDataCollector of the given deviceType. Returns null if no device is found.

Implementation

@override
DeviceManager? getDevice(String deviceType) => _devices[deviceType];