asyncUnit function

Async<Unit> asyncUnit()

Implementation

@pragma('vm:prefer-inline')
Async<Unit> asyncUnit() => Async.okValue(Unit());