startDiscovery method

Future<bool> startDiscovery()

Start peer discovery

Implementation

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