report method
void
report()
Implementation
void report(){
if(routeHistory.isNotEmpty){
ti.frame.selection = routeHistory.last.settings.name ?? "";
}
}
void report(){
if(routeHistory.isNotEmpty){
ti.frame.selection = routeHistory.last.settings.name ?? "";
}
}