MutableState

可变状态接口。

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard
abstract fun getValue(): T

获取当前状态的值

Link copied to clipboard
abstract fun setValue(value: T)

设置当前状态的值