resetSession method

void resetSession()

Manually clear the session lock so the next eligible non-critical tip can fire. Use when a lifecycle event outside the app's pause/resume cycle should re-open the tip queue (e.g. the user completed onboarding).

Implementation

void resetSession() {
  _sessionLockHeld = false;
}