startScanner method

Future<bool?> startScanner({
  1. bool turnOnFlash = false,
  2. bool turnOnBeep = false,
  3. bool turnOnVibration = false,
  4. ScannerMode scannerMode = ScannerMode.single,
  5. int delay = 500,
})

Implementation

Future<bool?> startScanner({
  bool turnOnFlash = false,
  bool turnOnBeep = false,
  bool turnOnVibration = false,
  ScannerMode scannerMode = ScannerMode.single,
  int delay = 500,
}) {
  throw UnimplementedError('startScanner() has not been implemented.');
}