IInteractor

interface IInteractor<T : Any>

Inheritors

Properties

Link copied to clipboard
abstract val state: T

Functions

Link copied to clipboard
abstract fun flow(): Flow<T>