addTextAnnotation method

Future<void> addTextAnnotation(
  1. String text,
  2. double x,
  3. double y
)

Implementation

Future<void> addTextAnnotation(String text, double x, double y) {
  throw UnimplementedError('addTextAnnotation() has not been implemented.');
}