stopScan method

void stopScan()

Asks the platform to stop scanning for Bluetooth devices.

Implementation

void stopScan() {
  return _platform.stopScan();
}