mutableStateFlowWrapper

fun <T> ScreenModel.mutableStateFlowWrapper(initialValue: T): MutableStateFlowWrapper<T>
fun <T> ScreenModel.mutableStateFlowWrapper(storageSetting: StorageSetting<T>): MutableStateFlowSettingWrapper<T>