resetInitialLifecycleState method

void resetInitialLifecycleState()

Resets initialLifecycleState to the default value for the platform.

Implementation

void resetInitialLifecycleState() {
  _initialLifecycleStateTestValue = '';
}