This class holds all state flows and handles event posting. You can use the Koin singleton that is just plain instance of this class or create your own implementation.
Removes all retained events
Removes retained event of type clazz
Gets a Flow for events of the given type.
Returns last posted event that was instance of clazz or null if no event of the given type is retained.
null
Posts a new event to StateFlow of the event type.