getCurrentRouteName static method
Get current route name
Implementation
static String? getCurrentRouteName() {
return NyNavigator.instance.router.getCurrentRoute()?.settings.name;
}
Get current route name
static String? getCurrentRouteName() {
return NyNavigator.instance.router.getCurrentRoute()?.settings.name;
}