pause abstract method
void
pause()
Pauses the current story, this stops the timer and the story will not skip to the next item.
Implementation
void pause();
Pauses the current story, this stops the timer and the story will not skip to the next item.
void pause();