pushRoute property

void Function(String route) pushRoute
getter/setter pair

Pushes the given route on top of the router stack.

Implementation

late void Function(String route) pushRoute;