toUnit method

Async<Unit> toUnit()

Implementation

Async<Unit> toUnit() => map((_) => Unit());