pausedAppLifecycle property

bool get pausedAppLifecycle

The application is not currently visible to the user, not responding to user input, and running in the background. (Called only in iOS, Android) State object was in 'paused' state

Implementation

// Save on function calls
// @override
// void pausedAppLifecycleState() {
//   // Optionally call super for debugPrint()
//   super.pausedAppLifecycleState();
// }

/// State object was in 'paused' state
bool get pausedAppLifecycle => _pausedAppLifecycle;