discoveryState method

Stream<bool> discoveryState()

Stream that emits true when discovery starts and false when it stops.

Implementation

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