enableAutoSync property

bool enableAutoSync
final

Whether to enable automatic background synchronization.

Default: true

If false, sync will only happen when SyncLayer.syncNow() is called manually.

Implementation

final bool enableAutoSync;