stopScanner static method

Future stopScanner()

Stop the scanner. No barcode will be produced until next call to BarcodeScanner.startScanner.

Implementation

static Future stopScanner() => _channel.invokeMethod('stopScanner');