stopScan method

Future<bool> stopScan()

Stop scanning for beacons

Implementation

Future<bool> stopScan() {
  throw UnimplementedError('stopScan() has not been implemented.');
}