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