toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-ui-core
/
com.stripe.android.uicore.utils
/
stateFlowOf
state
Flow
Of
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
<
T
>
stateFlowOf
(
value
:
T
)
:
StateFlow
<
T
>
Creates a
StateFlow
that only ever emits the provided value.