reset static method
Clears the registered types in the DI Container. Should only be used in unit tests
Implementation
@visibleForTesting
static Future reset() => _locator.reset();
Clears the registered types in the DI Container. Should only be used in unit tests
@visibleForTesting
static Future reset() => _locator.reset();