onPause method
Event callback when the application is not currently visible to the user, not responding to user input, and running in the background.
Implementation
@override
void onPause() {
// TODO: implement onPause
}
Event callback when the application is not currently visible to the user, not responding to user input, and running in the background.
@override
void onPause() {
// TODO: implement onPause
}