removeUserRoadblock static method

void removeUserRoadblock(
  1. TrafficEvent event
)

Removes a user-defined roadblock, whether persistent or not.

Parameters

  • event: The TrafficEvent instance that identifies the roadblock to remove.

Also see:

Implementation

static void removeUserRoadblock(TrafficEvent event) {
  staticMethod(
    'TrafficService',
    'removeUserRoadblock',
    args: event.pointerId,
  );
}