pushNewScreenWithNavBar<T> method
Push a raw route with nav bar
Implementation
Future<T?> pushNewScreenWithNavBar<T>(
BuildContext context, Route<T> route) {
return pushWithNavBar(context, route);
}
Push a raw route with nav bar
Future<T?> pushNewScreenWithNavBar<T>(
BuildContext context, Route<T> route) {
return pushWithNavBar(context, route);
}