play method

void play()

Implementation

void play(){
  for (var element in playItemCallBack) {
    element.call(true);
  }
}