clear static method
void
clear()
Clears all registered dependencies from the registry.
Implementation
static void clear() => _deps.clear();
Clears all registered dependencies from the registry.
static void clear() => _deps.clear();