isInForeground property
bool
get
isInForeground
App is in foreground
Implementation
static bool get isInForeground => _widgetsObserver!.appLifecycleState! == AppLifecycleState.resumed;
App is in foreground
static bool get isInForeground => _widgetsObserver!.appLifecycleState! == AppLifecycleState.resumed;