initialRoute property

String? initialRoute
final

The default route path for the hybrid router in WebF.

Sets the initial path that the router will navigate to when the application starts. This is the entry point for the hybrid routing system in WebF.

Implementation

final String? initialRoute;