startScanner method
Future<bool?>
startScanner({
- bool turnOnFlash = false,
- bool turnOnBeep = false,
- bool turnOnVibration = false,
- ScannerMode scannerMode = ScannerMode.single,
- 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.');
}