pause method

void pause()

Implementation

void pause(){
  for (var element in playItemCallBack) {
    element.call(false);
  }
}