back<T> function

void back<T>(
  1. T result
)

Implementation

void back<T>(T result) => Get.back(result: result);