stopScan method

Future<bool?> stopScan()

Implementation

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