setDelayForSyncingLocalChanges static method
Sets a delay for synchronizing local changes to the Instant Server (PSPDFKit Document Engine).
delay
is the delay in milliseconds.
Implementation
static Future<bool?> setDelayForSyncingLocalChanges(double delay) async =>
PspdfkitFlutterPlatform.instance.setDelayForSyncingLocalChanges(delay);