toUnit method

Async<Unit> toUnit()

Implementation

@pragma('vm:prefer-inline')
Async<Unit> toUnit() => map((_) => Unit());