discoverEvents property Null safety
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>();