clearEntries method
- @protected
inherited
Clears all entries from the registry.
Implementation
@protected
void clearEntries() {
_entries.clear();
_origins.clear();
}
Clears all entries from the registry.
@protected
void clearEntries() {
_entries.clear();
_origins.clear();
}