getCalibrationEventStream method

  1. @override
Stream getCalibrationEventStream()
override

Implementation

@override
Stream getCalibrationEventStream() {
  return calibrationEventChannel
      .receiveBroadcastStream(calibrationEventChannel.name);
}