swap method

Ok<Async<T>> swap()

Implementation

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