getCalibrationEventStream method

  1. @override
Stream getCalibrationEventStream()
override

Implementation

@override
Stream<dynamic> getCalibrationEventStream() {
  return calibrationEventChennel
      .receiveBroadcastStream('seeso.event.calibration');
}