lastFlutterRoute static method

RouteSettings? lastFlutterRoute({
  1. String? url,
})

Returns the flutter route of the page that was last pushed to the navigation stack.

Implementation

static RouteSettings? lastFlutterRoute({String? url}) => ThrioNavigatorImplement.shared().lastFlutterRoute(url: url);