onLoadError property

Stream<WebErrorStatus> onLoadError

A stream reflecting the navigation error when navigation completed with an error.

Implementation

Stream<WebErrorStatus> get onLoadError => _onLoadErrorStreamController.stream;