currentPath property

String get currentPath

Get the current path provided by goRouter instance

Implementation

String get currentPath =>
    goRouter.routeInformationProvider.value.uri.toString().normalizePath();