dispatchEvent method

bool dispatchEvent(
  1. Event event
)

Dispatches an html event from _single.

Implementation

bool dispatchEvent(Event event) => _single.dispatchEvent(event);