menu
stream_value package
documentation
core/stream_value.dart
StreamValue<T>
addError method
addError method
dark_mode
light_mode
addError
method
void
addError
(
Exception
error
, {
StackTrace
?
stackTrace
,
})
Implementation
void addError(Exception error, {StackTrace? stackTrace}) => _streamValueController.addError(error);
stream_value package
documentation
core/stream_value
StreamValue<T>
addError method
StreamValue class