stopDiscovery method

Future<bool> stopDiscovery()

Implementation

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