resetRouteRoadBlocks static method

void resetRouteRoadBlocks()

Resets the user road blocks.

This will remove all the user road blocks set by the user.

Implementation

static void resetRouteRoadBlocks() {
  staticMethod('RoutingService', 'resetRouteRoadBlocks');
}