onError property

Stream<ClientError> onError

Emitted when an uncaught exception happens within the page.

Implementation

Stream<ClientError> get onError => _onErrorController.stream;