pause method

void pause()

Implementation

void pause() {
  this._watchStatus = WATCH_STATUS.PAUSED;

  Console.log(
      '[realtime] client paused (${this._collectionName} ${this._query}) (watchId ${this.watchId})');
}