initialRoute property

String? initialRoute

Returns to the initial route used by the app.

Implementation

String? get initialRoute => appState?.initialRoute;