OfflineSyncConfig constructor
const
OfflineSyncConfig({})
Implementation
const OfflineSyncConfig({
required this.apiEndpoint,
this.batchSize = 50,
this.encryptionKey,
this.encryptionIV,
this.conflictResolver,
this.logger,
});