syncAnnotations static method

Future<bool?> syncAnnotations()

Manually triggers synchronization.

Implementation

static Future<bool?> syncAnnotations() async =>
    PspdfkitFlutterPlatform.instance.syncAnnotations();