pause method

void pause()

Implementation

void pause() {
  event = AlphaPlayerEvent.pause;
  notifyListeners();
}