as Mutable Compose State
Will map this as MutableState. Returned MutableState WILL NOT change source Flow
Parameters
First value which will be passed to the result MutableState
Will be used to subscribeSafelyWithoutExceptions on this to update returned MutableState
Will be used to change context inside of subscribeSafelyWithoutExceptions to ensure that change will happen in the required CoroutineContext. Dispatchers.Main by default
Will be passed to the subscribeSafelyWithoutExceptions as uncaught exceptions handler
Will map this as MutableState. Returned MutableState WILL NOT change source StateFlow. This conversation will pass its StateFlow.value as the first value
Parameters
Will be used to subscribeSafelyWithoutExceptions on this to update returned MutableState
Will be used to change context inside of subscribeSafelyWithoutExceptions to ensure that change will happen in the required CoroutineContext. Dispatchers.Main by default
Will be passed to the subscribeSafelyWithoutExceptions as uncaught exceptions handler