toUnit method

Sync<Unit> toUnit()

Implementation

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