toUnit method

Ok<Unit> toUnit()

Implementation

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