stopScanning method

Future<void> stopScanning()

Stop QR scanning

Implementation

Future<void> stopScanning() {
  throw UnimplementedError('stopScanning() has not been implemented.');
}