discoverEvents property Null safety
final
A Stream of all RefreshEvent
that are transmitted in the Local Discovery OLC
See also:
Implementation
final StreamController<RefreshEvent> discoverEvents =
StreamController<RefreshEvent>();