onRawData property

void Function(SensorValue)? onRawData
final

Callback used to notify the caller of updated raw data sample

Should be non-blocking as it can affect

Implementation

final void Function(SensorValue)? onRawData;