discoverServices method

Future<void> discoverServices(
  1. String serviceType
)

Implementation

Future<void> discoverServices(String serviceType) {
  throw UnimplementedError('discoverServices() has not been implemented.');
}