Check if a module is loaded.
bool isModuleLoaded(String moduleId) => _modules[moduleId]?.loaded ?? false;