currentConfiguration property

  1. @override
Uri? currentConfiguration
override

get the current route Uri this is show by the browser if your app run in the browser

Implementation

@override
Uri? get currentConfiguration =>
    routeManager.uris.isNotEmpty ? routeManager.uris.last : null;