onPause method

  1. @override
void onPause()
override

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
}