routes property
Returns the routes used by the App's View.
Implementation
@Deprecated('Should not be an exposed property')
Map<String, WidgetBuilder>? get routes => appState?.routes;
Returns the routes used by the App's View.
@Deprecated('Should not be an exposed property')
Map<String, WidgetBuilder>? get routes => appState?.routes;