resetInternalState method

  1. @visibleForTesting
void resetInternalState()

Allows the test framework to reset the lifecycle state and framesEnabled back to their initial values.

Implementation

@visibleForTesting
void resetInternalState() {
  _lifecycleState = null;
  _framesEnabled = true;
}