currentRoute method
Implementation
String currentRoute(){
if(routeHistory.isNotEmpty) return routeHistory.last.settings.name ?? "";
return "";
}
String currentRoute(){
if(routeHistory.isNotEmpty) return routeHistory.last.settings.name ?? "";
return "";
}