feedback property
- @Deprecated('The feedback emitted is now specified for each detected barcode. See the feedbackDelegate property of the SparkScanView.')
Implementation
@Deprecated(
'The feedback emitted is now specified for each detected barcode. See the feedbackDelegate property of the SparkScanView.')
SparkScanFeedback get feedback => _feedback;
- @Deprecated('The feedback emitted is now specified for each detected barcode. See the feedbackDelegate property of the SparkScanView.')
Implementation
@Deprecated(
'The feedback emitted is now specified for each detected barcode. See the feedbackDelegate property of the SparkScanView.')
set feedback(SparkScanFeedback newValue) {
_feedback = newValue;
_didChange();
}