discover method

Future<bool?> discover()

Implementation

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