And W.R.T. your question about the toast, I suppos...
# redux-kotlin
p
And W.R.T. your question about the toast, I suppose you could have an action
ShowToast(val text: String)
that would copy a
toastText: String
value to the state.