menu
ez_function package
documentation
helper/stream_helper.dart
StreamHelper
addError method
addError method
dark_mode
light_mode
addError
method
dynamic
addError
(
dynamic
error
, {
StackTrace
?
stackTrace
,
})
Implementation
addError(dynamic error, {StackTrace? stackTrace}) { controller.sink.addError(error, stackTrace); }
ez_function package
documentation
helper/stream_helper
StreamHelper
addError method
StreamHelper class