clearEventModuleState function

  1. @visibleForTesting
void clearEventModuleState()

Clears all global event state - useful for testing.

Implementation

@visibleForTesting
void clearEventModuleState() {
  _state.clearAll();
}