asyncError property

Stream<Object> asyncError

A stream that broadcasts any exceptions that occur asynchronously.

Implementation

static Stream<Object> get asyncError => _asyncError;