stopCameraProcessing method

  1. @override
void stopCameraProcessing()
override

Stops reading barcode from the camera

Implementation

@override
void stopCameraProcessing() {
  // No-op: nothing to stop, and throwing here would break widget disposal.
}