stopDiscovery method
Stops discovering devices.
Implementation
Future<void> stopDiscovery() {
throw UnimplementedError('stopDiscovery() has not been implemented.');
}
Stops discovering devices.
Future<void> stopDiscovery() {
throw UnimplementedError('stopDiscovery() has not been implemented.');
}