buildCameraView method

Widget buildCameraView()

Build the camera view for the barcode scanner.

Implementation

Widget buildCameraView() {
  throw UnimplementedError('buildCameraView() has not been implemented.');
}