onPlay method

dynamic onPlay()

Implementation

onPlay() async {
  Event event = Event(EVENT_PLAY, EventInit());
  dispatchEvent(event);
}