ExportBookmarkListener typedef

ExportBookmarkListener = void Function(dynamic bookmarkJson)

A listener used as the argument for startExportBookmarkListener.

Gets the bookmarkJson, the JSON string for user bookmark changes that has been committed to the document.

Implementation

typedef void ExportBookmarkListener(dynamic bookmarkJson);