exitApp method
void
exitApp()
Call when handleBack returns false (e.g. exit app).
Implementation
void exitApp() => SystemNavigator.pop();
Call when handleBack returns false (e.g. exit app).
void exitApp() => SystemNavigator.pop();