toUnit method

Outcome<Unit> toUnit()

Implementation

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