onAppPaused property
void Function()?
onAppPaused
getter/setter pair
Callback when the app is paused (backgrounded).
Implementation
void Function()? onAppPaused;
Callback when the app is paused (backgrounded).
void Function()? onAppPaused;