dataTypeSamplingSchemes property
DataTypeSamplingSchemeMap?
get
dataTypeSamplingSchemes
Sampling schemes for all the sensors available on this device.
Implementations of DeviceConfiguration should simply return a map of all supported sampling schemes here.
Implementation
DataTypeSamplingSchemeMap? get dataTypeSamplingSchemes => null;