Nullable Mutable State Flow Wrapper
open class NullableMutableStateFlowWrapper<T : Any>( getter: () -> T?, setter: (T?) -> Unit, origin: Flow<T?>) : NullableStateFlowWrapper<T>
Content copied to clipboard