goBack<T> method

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

Implementation

void goBack<T>([T? value]) => mosaic.router.goBack(value);