addAnnotation abstract method

Future<bool?> addAnnotation(
  1. Map<String, dynamic> jsonAnnotation
)

Adds the given annotation to the presented document. jsonAnnotation can either be a JSON string or a valid JSON Dictionary (iOS) / HashMap (Android).

Implementation

Future<bool?> addAnnotation(Map<String, dynamic> jsonAnnotation);