KaariViewModel

abstract class KaariViewModel<Effect, State>(val scope: CoroutineScope) : ViewModel

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope)

Properties

Link copied to clipboard
open val events: MutableSharedFlow<Effect>
Link copied to clipboard
open override val scope: CoroutineScope