hal icon indicating copy to clipboard operation
hal copied to clipboard

event or side Effect suport

Open araxis opened this issue 4 years ago • 1 comments

please add event channel for handle events like navigation or show message.

//pseudo code

interface ViewSideEffect

private val _effect: Channel<Effect:ViewSideEffect> = Channel()
val effect = _effect.receiveAsFlow()

araxis avatar Aug 17 '21 06:08 araxis

Thanks for your suggestion, I'll work on it!

adrielcafe avatar Aug 18 '21 14:08 adrielcafe