addCalibrationPoint method
Implementation
Future<bool> addCalibrationPoint(CalibrationPoint point) {
throw UnimplementedError(
'addCalibrationPoint() has not been implemented.');
}
Future<bool> addCalibrationPoint(CalibrationPoint point) {
throw UnimplementedError(
'addCalibrationPoint() has not been implemented.');
}