rememberDebounce

fun <S> rememberDebounce(value: S, options: DebounceOptions = remember { DebounceOptions() }): S