remove method
- Path path
Remove the path from the collection.
Parameters
- IN path The path to be removed
Throws
- An exception if it fails.
Implementation
void remove(final Path path) {
objectMethod(
_pointerId,
'MapViewPathCollection',
'remove',
args: path.pointerId,
);
}