url property

Stream<String> url

A stream reflecting the current URL.

Implementation

Stream<String> get url => _urlStreamController.stream;