toUnit method

Ok<Unit> toUnit()

Implementation

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