onError property
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;
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.
Stream<AsyncError> get onError => _liveTest.onError;