startScanner static method
Start the scanning process. It is useful in case BarcodeScanner.stopScanner has been called before or if BarcodeScannerWidget has been created with startScanning set to false.
Implementation
static Future startScanner() => _channel.invokeMethod('startScanner');