addRoute abstract method
Adds specific route to stack
Can be screen route, dialog route or bottom sheet route
Therefore route name is dynamic
CurrentTab is always null for global navigation
Implementation
void addRoute({
required dynamic routeName,
AppTabType? tab,
required UIRouteSettings settings,
});