clearAll static method

void clearAll()

Implementation

static void clearAll() {
  _moduleListeners.clear();
  mDebugDebug.log('🧼 所有事件监听器已清除');
}