rememberThrottle

fun <S> rememberThrottle(value: S, optionsOf: ThrottleOptions.() -> Unit = {}): State<S>