go static method

Future<void> go(
  1. String location
)

Implementation

static Future<void> go(String location) async {
  _router.go(location);
}