reset method
- @visibleForTesting
Clears all associated open helpers for all platforms.
Implementation
@visibleForTesting
void reset() {
_overriddenForAll = null;
_overriddenPlatforms.clear();
}
Clears all associated open helpers for all platforms.
@visibleForTesting
void reset() {
_overriddenForAll = null;
_overriddenPlatforms.clear();
}