launchNewScreen<T> function
Implementation
Future<T?> launchNewScreen<T>(BuildContext context, String tag) async =>
Navigator.of(context).pushNamed(tag);
Future<T?> launchNewScreen<T>(BuildContext context, String tag) async =>
Navigator.of(context).pushNamed(tag);