clearAllButMainRoute method

void clearAllButMainRoute()

Remove all routes, except the main route.

Implementation

void clearAllButMainRoute() {
  objectMethod(
    pointerId,
    'MapViewRouteCollection',
    'clearAllButMainRoute',
    dependencyId: mapPointerId,
  );
}