DocumentLoadedListener typedef

DocumentLoadedListener = void Function(dynamic filePath)

A listener used as the argument for startDocumentLoadedListener.

Gets the filePath to where the document is saved.

Implementation

typedef void DocumentLoadedListener(dynamic filePath);