initialRoute property
Returns to the initial route used by the app.
Implementation
@Deprecated('Should not be an exposed property')
String? get initialRoute => appState?.initialRoute;
Returns to the initial route used by the app.
@Deprecated('Should not be an exposed property')
String? get initialRoute => appState?.initialRoute;