replyPause method

void replyPause()

Implementation

void replyPause() {
  if (!viewer!.hasReply) {
    return;
  }
  _replying = true;
  _playing = false;
  _callFunctions(_onPauseds);
}