getBackWithValue static method

void getBackWithValue(
  1. dynamic result
)

Implementation

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