addError method

  1. @protected
void addError(
  1. Object error
)

Add an error to the measurements stream.

Implementation

@protected
void addError(Object error) => controller.addError(error);