wrapValueInOk method

Async<Ok<T>> wrapValueInOk()

Implementation

@pragma('vm:prefer-inline')
Async<Ok<T>> wrapValueInOk() => then((e) => Ok(e));