onPause method

dynamic onPause()

Implementation

onPause() async {
  Event event = Event(EVENT_PAUSE, EventInit());
  dispatchEvent(event);
}