removePlayBackEvent method

dynamic removePlayBackEvent()

Implementation

removePlayBackEvent() {
  off("onPlayBackNext", null);
  off("onPlayBackPrevious", null);
}