stopScanner method

Future<void> stopScanner()

Stops the camera scanner

Implementation

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