clearInstances method
void
clearInstances()
Removes every instance.
Implementation
void clearInstances() {
_instances.clear();
_boundsDirty = true;
}
Removes every instance.
void clearInstances() {
_instances.clear();
_boundsDirty = true;
}