infoPause method

void infoPause()

Implementation

void infoPause() {
  _slideInfo = true;
  _playing = false;
  _callFunctions(_onPauseds);
}