didRequestAppExit method
Called when a request is received from the system to exit the application. Exiting the application can proceed with AppExitResponse.exit; Cancel and do not exit the application with AppExitResponse.cancel;
Implementation
Future<AppExitResponse> didRequestAppExit() async => AppExitResponse.exit;