removeAllPersistentRoadblocks static method

void removeAllPersistentRoadblocks()

Remove all user persistent roadblock

Throws

  • An exception if it fails

Implementation

static void removeAllPersistentRoadblocks() {
  staticMethod(
    'TrafficService',
    'removeAllPersistentRoadblocks',
  );
}