clear static method
void
clear()
Drops all registered instances (does not close the connections).
Implementation
static void clear() => _entries.clear();
Drops all registered instances (does not close the connections).
static void clear() => _entries.clear();