clearAllButMainRoute method
Remove all routes, except the main route.
Implementation
void clearAllButMainRoute() {
objectMethod(
pointerId,
'MapViewRouteCollection',
'clearAllButMainRoute',
dependencyId: mapPointerId,
);
}
Remove all routes, except the main route.
void clearAllButMainRoute() {
objectMethod(
pointerId,
'MapViewRouteCollection',
'clearAllButMainRoute',
dependencyId: mapPointerId,
);
}