currentUri property

  1. @override
Uri get currentUri
override

The currently active uri. On the server, this is the requested uri. On the client, this is the currently visited uri in the browser.

Implementation

@override
Uri get currentUri => _currentUri!;