onError property

Stream<AsyncError> onError

A stream of errors surfaced by the test.

This stream will not close, asynchronous errors may be surfaced within the test's error zone at any point.

Implementation

Stream<AsyncError> get onError => _liveTest.onError;