applyInstantJson abstract method

Future<bool> applyInstantJson(
  1. String annotationsJson
)

Applies Instant JSON annotationsJson to the document.

Implementation

Future<bool> applyInstantJson(String annotationsJson);