popRoute property
Pops the given route from the router stack history. Defaults to the current route.
Implementation
late void Function([String? route]) popRoute;
Pops the given route from the router stack history. Defaults to the current route.
late void Function([String? route]) popRoute;