onTargetChanged property

Stream<Target> onTargetChanged

Emitted when the url of a target changes.

NOTE This includes target changes in incognito browser contexts.

Implementation

Stream<Target> get onTargetChanged => _onTargetChangedController.stream;