clear method

void clear()

Remove all paths from the collection.

Implementation

void clear() {
  objectMethod(
    _pointerId,
    'MapViewPathCollection',
    'clear',
    dependencyId: _mapPointerId,
  );
}