pauseScanning method

Future<void> pauseScanning()

Implementation

Future<void> pauseScanning() {
  return _controller.pauseScanning();
}