diff --git a/packages/neon/neon/lib/src/models/app_implementation.dart b/packages/neon/neon/lib/src/models/app_implementation.dart index b4224fec..427e7e19 100644 --- a/packages/neon/neon/lib/src/models/app_implementation.dart +++ b/packages/neon/neon/lib/src/models/app_implementation.dart @@ -82,7 +82,7 @@ abstract class AppImplementation /// /// All pages of the app must be specified as subroutes. /// If this is not [GoRoute] an inital route name must be specified by overriding [initialRouteName]. - RouteBase get route => throw UnimplementedError(); + RouteBase get route; /// Name of the initial route for this app. ///