toUnit method

Sync<Unit> toUnit()

Implementation

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