clearEventModuleState function
Clears all global event state - useful for testing.
Implementation
@visibleForTesting
void clearEventModuleState() {
_state.clearAll();
}
Clears all global event state - useful for testing.
@visibleForTesting
void clearEventModuleState() {
_state.clearAll();
}