appForegroundEvents property

  1. @override
Stream<AppForegroundEvent> get appForegroundEvents
override

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;