mergeAnnotations method
Merges the given XFDF annotation string to the current document.
Implementation
Future<void> mergeAnnotations(String xfdf) {
return _channel.invokeMethod(
Functions.mergeAnnotations, <String, dynamic>{Parameters.xfdf: xfdf});
}