startDiscovery method

Future<void> startDiscovery()

Starts discovering other broadcasting devices.

Implementation

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