exitApp static method

void exitApp()

退出应用程序

Implementation

static void exitApp() {
  exit(0);
}