appForegroundEvents property
Emits every time the app returns to the foreground (warm start).
Backed by AppStateEventNotifier.appStateStream; never hand-roll
lifecycle detection off didChangeAppLifecycleState.
Implementation
@override
Stream<AppForegroundEvent> get appForegroundEvents => _appForeground.stream;