goBack static method

Future<void> goBack()

Implementation

static Future<void> goBack() async {
  _router.pop();
}