clear method

void clear()

Remove all routes.

Implementation

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