removeRoute<T> abstract method
Removes the route with the specified name
from the navigation stack.
Implementation
void removeRoute<T>(String name);
Removes the route with the specified name
from the navigation stack.
void removeRoute<T>(String name);