reset static method

  1. @visibleForTesting
void reset()

Resets the singleton instance of ModulesManager.

This is used for testing purposes to reset the instance.

Implementation

@visibleForTesting
static void reset() => _instance = null;