RxAsyncErrorHandling<T> extension

Async error handling extensions

on

Methods

setFromAsync(Future<T> operation(), {String? context}) Future<RxResult<void>>

Available on Rx<T>, provided by the RxAsyncErrorHandling extension

Set value from async operation with error handling
updateFromAsync(Future<T> operation(T current), {String? context}) Future<RxResult<void>>

Available on Rx<T>, provided by the RxAsyncErrorHandling extension

Update value from async operation