stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  return _api.stopScan(_guid);
}