resetAppOpenLaunchOpportunity function

void resetAppOpenLaunchOpportunity()

Resets the process-global one-shot App Open cold-launch latch used by AppOpenAdManager.showAtLaunchIfReady — call in test setUp so tests do not leak the consumed latch into each other. Test-only; NOT part of the production API (package:ad_flow/ad_flow.dart never exposes it).

Implementation

void resetAppOpenLaunchOpportunity() => LaunchLatch.reset();