applyInstantJson abstract method

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

Applies Instant document JSON to the presented document.

Implementation

Future<bool?> applyInstantJson(String annotationsJson);