close static method

void close()

Implementation

static void close() {
  YurLog("Close App", name: "Get.closeApp");
  SystemNavigator.pop(animated: true);
}