reset method

  1. @visibleForTesting
void reset()

Clears all associated open helpers for all platforms.

Implementation

@visibleForTesting
void reset() {
  _overriddenForAll = null;
  _overriddenPlatforms.clear();
}