clear method
Remove all paths from the collection.
Implementation
void clear() {
objectMethod(
_pointerId,
'MapViewPathCollection',
'clear',
dependencyId: _mapPointerId,
);
}
Remove all paths from the collection.
void clear() {
objectMethod(
_pointerId,
'MapViewPathCollection',
'clear',
dependencyId: _mapPointerId,
);
}