ExportAnnotationCommandListener typedef
ExportAnnotationCommandListener =
void Function(dynamic xfdfCommand)
A listener used as the argument for startExportAnnotationCommandListener.
Gets the xfdfCommand
, the XFDF string for local annotation changes that
has been committed to the document.
Implementation
typedef void ExportAnnotationCommandListener(dynamic xfdfCommand);