click method
Fires a synthetic click event on element.
Throws StateError if element has no 'click' handler registered.
Implementation
void click(ElNode element) => _dispatch(element, 'click');
Fires a synthetic click event on element.
Throws StateError if element has no 'click' handler registered.
void click(ElNode element) => _dispatch(element, 'click');