diff --git a/packages/neon/neon/lib/src/models/app_implementation.dart b/packages/neon/neon/lib/src/models/app_implementation.dart index 6d5bede1..0d2c9c37 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. ///