// GENERATED CODE - DO NOT MODIFY BY HAND part of 'routes.dart'; // ************************************************************************** // GoRouterGenerator // ************************************************************************** List get $appRoutes => [ $notificationsClientRoute, ]; RouteBase get $notificationsClientRoute => GoRouteData.$route( path: '/apps/notifications', name: 'notifications', factory: $NotificationsClientRouteExtension._fromState, ); extension $NotificationsClientRouteExtension on NotificationsClientRoute { static NotificationsClientRoute _fromState(GoRouterState state) => const NotificationsClientRoute(); String get location => GoRouteData.$location( '/apps/notifications', ); void go(BuildContext context) => context.go(location); Future push(BuildContext context) => context.push(location); void pushReplacement(BuildContext context) => context.pushReplacement(location); void replace(BuildContext context) => context.replace(location); }