getCurrentRoute static method
Get current route
Implementation
static Route<dynamic>? getCurrentRoute() {
return NyNavigator.instance.router.getCurrentRoute();
}
Get current route
static Route<dynamic>? getCurrentRoute() {
return NyNavigator.instance.router.getCurrentRoute();
}