back static method

void back({
  1. dynamic result,
})

Implementation

static void back({dynamic result}) {
  Get.back(result: result);
}