popRoute property

void Function([String? route]) popRoute
getter/setter pair

Pops the given route from the router stack history. Defaults to the current route.

Implementation

late void Function([String? route]) popRoute;