startCameraProcessing method

  1. @override
Future<void> startCameraProcessing()
override

Starts reading barcode from the camera

Implementation

@override
Future<void> startCameraProcessing() async {
  // No-op: nothing to start, and throwing here would break widget init.
}