useImperativeHandle<T> method
Sets the value exposed through a ref.
Implementation
void useImperativeHandle<T>(
ReactRef<T>? ref,
T Function() create,
List<Object?>? deps,
) => unsupportedReactFeature('useImperativeHandle');
Sets the value exposed through a ref.
void useImperativeHandle<T>(
ReactRef<T>? ref,
T Function() create,
List<Object?>? deps,
) => unsupportedReactFeature('useImperativeHandle');