AppExitRequestCallback typedef
A callback type that is used by AppLifecycleListener.onExitRequested to ask the application if it wants to cancel application termination or not.
Implementation
typedef AppExitRequestCallback = Future<AppExitResponse> Function();