discoveryEvents property

Stream<String> get discoveryEvents

Stream of discovered devices. Contains the username or device ID.

Implementation

Stream<String> get discoveryEvents {
  throw UnimplementedError('discoveryEvents has not been implemented.');
}