resetIPFSpullQueue method

void resetIPFSpullQueue()

Implementation

void resetIPFSpullQueue() {
  _pullingXIP.clear();
  _pullQueue.clear();
  _pulling = false;
}