exportInstantJson static method

Future<String?> exportInstantJson()

Exports Instant document JSON from the presented document.

Implementation

static Future<String?> exportInstantJson() async =>
    PspdfkitFlutterPlatform.instance.exportInstantJson();