feedback property
BarcodeCountFeedback
get
feedback
Implementation
BarcodeCountFeedback get feedback => _feedback;
set
feedback
(BarcodeCountFeedback newValue)
Implementation
set feedback(BarcodeCountFeedback newValue) {
_feedback = newValue;
_controller.updateFeedback();
}