syncUnit function

Sync<Unit> syncUnit()

Implementation

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