supportedDataTypes property

  1. @override
Set<String> supportedDataTypes
override

The set of data types defining which data can be collected on this device.

Implementation

@override
Set<String> get supportedDataTypes => configuration?.supportedDataTypes ?? {};