wrapInAsync method

Async<M> wrapInAsync()

Implementation

@pragma('vm:prefer-inline')
Async<M> wrapInAsync() => Async.okValue(this);