discoverEvents property Null safety

StreamController<RefreshEvent> discoverEvents
final

This is a stream controller that is used to emit events from the native side of the application.

Implementation

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