In Flutter, what does the
AppLifecycleState.resumed value mean?- aThe app is visible and responding to user input.✓
- bThe app's process has been fully terminated by the OS.
- cThe app is waiting for a network connection.
- dThe app is compiling in the background.
Explanation:
resumed means the application is visible and responding to user input; it is the normal foreground-and-interactive state.