KaariPresenter

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

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope)

Properties

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