SyncConfig constructor
SyncConfig({
- ConflictDetectionType? conflictDetection,
- ConflictHandlerType? conflictHandler,
- LambdaConflictHandlerConfig? lambdaConflictHandlerConfig,
Implementation
SyncConfig({
this.conflictDetection,
this.conflictHandler,
this.lambdaConflictHandlerConfig,
});