currentRoute method

String currentRoute()

Implementation

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