stopCameraProcessing method
Stops reading barcode from the camera
Implementation
@override
void stopCameraProcessing() {
// No-op: nothing to stop, and throwing here would break widget disposal.
}
Stops reading barcode from the camera
@override
void stopCameraProcessing() {
// No-op: nothing to stop, and throwing here would break widget disposal.
}