Feature

constructor(asStateFlow: StateFlow<S>, actions: T)

Parameters

S

The type of the UI state exposed by this feature.

T

The type of the actions interface for this feature.