swap method

Async<None<T>> swap()

Implementation

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