rememberMutableRemoteBoolean
Source set: Android
@Composable
public fun rememberMutableRemoteBoolean(initialValue: Boolean): MutableRemoteBoolean
Factory composable for mutable remote boolean state.
Parameters
| initialValue | The initial Boolean value. |
Return
A MutableRemoteBoolean instance that will be remembered across recompositions.