currentRoute property

  1. @override
AppRoute get currentRoute
override

Returns the closest representation of the top-most current route being viewed by the user.

Implementation

@override
AppRoute get currentRoute => currentConfiguration.getCurrentRoute();