error method

void error(
  1. Object error
)

Implementation

void error(Object error) => _streamController.addError(error);