applyInstantJson static method

Future<bool?> applyInstantJson(
  1. String annotationsJson
)

Applies Instant document JSON to the presented document.

Implementation

static Future<bool?> applyInstantJson(String annotationsJson) async =>
    PspdfkitFlutterPlatform.instance.applyInstantJson(annotationsJson);