rememberMutableRemoteInt
Android
@Composable
@RemoteComposable
public fun rememberMutableRemoteInt(initialValue: Int): MutableRemoteInt
Factory composable for mutable remote integer state.
Parameters
| initialValue | The initial Int value. |
Returns
| A MutableRemoteInt instance that will be remembered across recompositions. |