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