onPageStarted property

Stream<String> onPageStarted

Broadcast stream of page loads that started.

The stream will be closed when dispose is called.

Implementation

Stream<String> get onPageStarted => _onPageStarted.stream;