onAppInactive property
void Function()?
onAppInactive
getter/setter pair
Callback when the app becomes inactive.
Implementation
void Function()? onAppInactive;
Callback when the app becomes inactive.
void Function()? onAppInactive;