syncUnit function

Sync<Unit> syncUnit()

Implementation

@pragma('vm:prefer-inline')
Sync<Unit> syncUnit() => Sync.unsafe(Ok(Unit()));