Key Value Based Default States Manager Repo
class KeyValueBasedDefaultStatesManagerRepo<T : State>(keyValueRepo: KeyValueRepo<Any, T>) : DefaultStatesManagerRepo<T>
Content copied to clipboard
Constructors
Link copied to clipboard
fun <T : State> KeyValueBasedDefaultStatesManagerRepo(keyValueRepo: KeyValueRepo<Any, T>)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Remove exactly state. In case if internally State.context is busy with different State, that State should NOT be removed