SyncServiceImpl constructor

SyncServiceImpl(
  1. LocusInterface _instanceProvider()
)

Creates a sync service with the given Locus interface provider.

Implementation

SyncServiceImpl(this._instanceProvider);