setDelayForSyncingLocalChanges static method

Future<bool?> setDelayForSyncingLocalChanges(
  1. double delay
)

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);