pauseScanning method

Future<void> pauseScanning()

Implementation

Future<void> pauseScanning() {
  return _channel.invokeMethod('pauseScanning');
}