toUnit method

Err<Unit> toUnit()

Implementation

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