RxAsyncErrorHandling<T> extension
Async error handling extensions
- on
-
- Rx<
T>
- Rx<
Methods
-
setFromAsync(
Future< T> operation(), {String? context}) → Future<RxResult< void> > -
Available on Rx<
Set value from async operation with error handlingT> , provided by the RxAsyncErrorHandling extension -
updateFromAsync(
Future< T> operation(T current), {String? context}) → Future<RxResult< void> > -
Available on Rx<
Update value from async operationT> , provided by the RxAsyncErrorHandling extension