toUnit method

Err<Unit> toUnit()

Implementation

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