start method

Future<MobileScannerViewAttributes> start(
  1. StartOptions startOptions
)

Start the barcode scanner and prepare a scanner view.

Upon calling this method, the necessary camera permission will be requested.

The given StartOptions.cameraDirection is used as the direction for the camera that needs to be set up.

Implementation

Future<MobileScannerViewAttributes> start(StartOptions startOptions) {
  throw UnimplementedError('start() has not been implemented.');
}