errors property

Stream<BridgeError> get errors

Protocol-level errors.

Implementation

Stream<BridgeError> get errors => _errors.stream;