getCalibrationEvent method

Stream getCalibrationEvent()

Retrieves a stream of calibration events for calibration information.

This function returns a stream that provides calibration information through CalibrationEvent objects. Consumers of the stream can receive and process updates about calibration data.

Implementation

Stream<dynamic> getCalibrationEvent() {
  return SeeSoPlatform.instance.getCalibrationEventStream();
}