stop method

void stop()

Stop polling

Implementation

void stop() {
  _isPolling = false;
  _startTime = null;
  _retryCount = 0;
}