pause method

dynamic pause()

Implementation

pause() {
  assert(isEnable);
  _status = DanmuStatus.pause;
  _checkStatusChanged();
}