stopQueuing method

void stopQueuing()

Stops the requests queuing.

Implementation

void stopQueuing() {
  _queuing = false;
}