Package-level declarations

Types

Link copied to clipboard
class Feature<S, T>(val asStateFlow: StateFlow<S>, val actions: T)

Generic feature class to obtain both UI state and access to feature actions in one place.