stopScanner static method
Stop the scanner. No barcode will be produced until next call to BarcodeScanner.startScanner
.
Implementation
static Future stopScanner() => _channel.invokeMethod('stopScanner');
Stop the scanner. No barcode will be produced until next call to BarcodeScanner.startScanner
.
static Future stopScanner() => _channel.invokeMethod('stopScanner');