removeAllPersistentRoadblocks static method

void removeAllPersistentRoadblocks()

Removes all user-defined persistent roadblocks.

This clears every persistent roadblock created by the application.

Also see:

Implementation

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