startQueuing method

void startQueuing()

Starts the requests queuing.

Implementation

void startQueuing() {
  _queuing = true;
}