reset static method
Resets the singleton instance of ModulesManager.
This is used for testing purposes to reset the instance.
Implementation
@visibleForTesting
static void reset() => _instance = null;
Resets the singleton instance of ModulesManager.
This is used for testing purposes to reset the instance.
@visibleForTesting
static void reset() => _instance = null;