getCalibrationEventStream method

Stream getCalibrationEventStream()

Implementation

Stream<dynamic> getCalibrationEventStream() {
  throw UnimplementedError(
      'registerCalibrationEventChannel() has not been implemented.');
}