currentConfiguration property

Uri? currentConfiguration
override

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

Implementation

Uri? get currentConfiguration => flouterRouteManager.uris.isNotEmpty
    ? flouterRouteManager.uris.last
    : null;