exitAndroidApp static method
void
exitAndroidApp()
退出应用程序
Implementation
static void exitAndroidApp() async {
// await SystemChannels.platform.invokeMethod('SystemNavigator.pop');
await SystemNavigator.pop();
}
退出应用程序
static void exitAndroidApp() async {
// await SystemChannels.platform.invokeMethod('SystemNavigator.pop');
await SystemNavigator.pop();
}