swap method

Some<Async<T>> swap()

Implementation

@pragma('vm:prefer-inline')
Some<Async<T>> swap() => Some(map((e) => e.unwrap()));