clearGrants method

void clearGrants()

Clears the grants.

Implementation

void clearGrants() {
  qosGrants.clear();
}