menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
Rx<T>
addError method
addError method
dark_mode
light_mode
addError
method
void
addError
(
Object
error
, [
StackTrace
?
stackTrace
])
inherited
Implementation
void addError(Object error, [StackTrace? stackTrace]) { subject.addError(error, stackTrace); }
get package
documentation
get_rx/src/rx_types/rx_types
Rx<T>
addError method
Rx class