Sends or enqueues an error event.
If error
is null
, it is replaced by a NullThrownError.
Listeners receive this event at a later microtask. This behavior can be overridden by using sync
controllers. Note, however, that sync controllers have to satisfy the preconditions mentioned in the documentation of the constructors.
void addError(Object error, [StackTrace stackTrace]);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-async/StreamController/addError.html