swap method

Async<Err<T>> swap()

Implementation

@pragma('vm:prefer-inline')
Async<Err<T>> swap() => transfErr<T>().wrapInAsync();