pushNewScreenWithoutNavBar<T> method
Push a raw route without nav bar
Implementation
Future<T?> pushNewScreenWithoutNavBar<T>(
BuildContext context, Route<T> route) {
return pushWithoutNavBar(context, route);
}
Push a raw route without nav bar
Future<T?> pushNewScreenWithoutNavBar<T>(
BuildContext context, Route<T> route) {
return pushWithoutNavBar(context, route);
}