cleanCache method
void
cleanCache()
Clears the cached vision polygon shapes.
Implementation
void cleanCache() {
_polygonCache.clear();
}
Clears the cached vision polygon shapes.
void cleanCache() {
_polygonCache.clear();
}