getInstanceRef function
Returns the ReactElement.ref associated with the specified instance.
Implementation
dynamic getInstanceRef(ReactElement instance) => instance.ref;
Returns the ReactElement.ref associated with the specified instance.
dynamic getInstanceRef(ReactElement instance) => instance.ref;