stopScan method

Future<void> stopScan()

Implementation

Future<void> stopScan() async {
  throw UnimplementedError("stopScan() Method is Not Implemented");
}