resetStateForTesting method

  1. @visibleForTesting
void resetStateForTesting()

Reset state for testing

Implementation

@visibleForTesting
void resetStateForTesting() {
  _isActive = false;
  _hub = null;
  _webClient = null;
  _nativeOverrides = null;
  _originalOverrides = null;
}