stopScan static method

dynamic stopScan()

Stops scanning for beacons and resets the beacon state.

Implementation

static stopScan() {
  beaconStateController.add(BeaconState.initial);
  _methodChannel.invokeMethod('stopScan');
}