useImperativeHandle<T> function
Customizes the value exposed through ref.
Implementation
void useImperativeHandle<T>(
ReactRef<T>? ref,
T Function() create, [
List<Object?>? deps,
]) => currentReactRuntime.binding.useImperativeHandle(ref, create, deps);