markMustRecomputeState method

void markMustRecomputeState()

Forces the state of a provider to be re-created, even if none of its dependencies changed.

Implementation

void markMustRecomputeState() {
  _mustRecomputeState = true;
  notifyMayHaveChanged();
}