stopScanning method

Future<void> stopScanning()

Implementation

Future<void> stopScanning() async {
  await _controller?.stopScanning();
}