stop method

Future<void> stop()

Stops the discovery.

Implementation

Future<void> stop() => _discoveryAction.stop();