Called when the editor should import Markdown from a host-provided file.
typedef MarkdownEditorMarkdownImportCallback = FutureOr<String?> Function();