enableAutoSync property
Whether to enable automatic background synchronization.
Default: true
If false, sync will only happen when SyncLayer.syncNow() is called manually.
Implementation
final bool enableAutoSync;
Whether to enable automatic background synchronization.
Default: true
If false, sync will only happen when SyncLayer.syncNow() is called manually.
final bool enableAutoSync;