menu
getx_extended package
documentation
rx/source/rx_storage.dart
RxStorage<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); }
getx_extended package
documentation
rx/source/rx_storage
RxStorage<T>
addError method
RxStorage class