This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Description
I started to migrate Navigator 1.0 to this package, but I stumbled with this issue. In 1.0 you get Future<T?> after pushed screen is poped with onPressed: () async {final results = await Navigator.pushNamed(. How do you achieve this with GoRouter?
Future<T?> pushNamed<T extends Object?>(
BuildContext context,
String routeName, {
Object? arguments,
})