useHandle

fun ComponentScope.useHandle(vararg inputs: Any?): Handle

Returns a new, cached Handle instance if it hasn't already been provided or if the inputs have changed since the previous invocation of this method.