currentUri property

  1. @override
Uri currentUri

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 ?? (throw 'Did not call setUp() with currentUri provided.');