back<T> static method

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

Implementation

static void back<T>([T? result]) => FluxyRouter.back<T>(result);