Result Interactor
Interactor used to get explicit result from the work performed
Code example:
viewModelScope.launch {
val result = getResult(params).first()
}Constructors
ResultInteractor
Link copied to clipboard
fun ResultInteractor()
Content copied to clipboard