setDelayForSyncingLocalChanges abstract method

Future<bool> setDelayForSyncingLocalChanges(
  1. double delay
)

Sets the delay (in seconds) before local changes are synced to the server.

Implementation

Future<bool> setDelayForSyncingLocalChanges(double delay);