MarkdownEditorImagePickerCallback typedef
MarkdownEditorImagePickerCallback =
FutureOr<MarkdownEditorImageSelection?> Function()
Called when the image command should pick/import an image.
Implementation
typedef MarkdownEditorImagePickerCallback
= FutureOr<MarkdownEditorImageSelection?> Function();