goBack<T> static method

void goBack<T>([
  1. T? result
])

Implementation

static void goBack<T>([T? result]) => Get.back(result: result);