initialRoute property

  1. @Deprecated('Should not be an exposed property')
String? get initialRoute

Returns to the initial route used by the app.

Implementation

@Deprecated('Should not be an exposed property')
String? get initialRoute => appState?.initialRoute;