pauseScanning method

Future<void> pauseScanning()

Implementation

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