discoverEvents property Null safety

StreamController<RefreshEvent> discoverEvents
final

A Stream of all RefreshEvent that are transmitted in the Local Discovery OLC

See also:

Implementation

final StreamController<RefreshEvent> discoverEvents = StreamController<RefreshEvent>();