onEnded method

dynamic onEnded()

Implementation

onEnded() async {
  Event event = Event(EVENT_ENDED, EventInit());
  dispatchEvent(event);
}