onPickImage property
Called when the image command should pick/import an image.
This lets host apps provide Scratch-style local file picking and asset copying. If omitted, the editor falls back to the built-in URL dialog.
Implementation
final MarkdownEditorImagePickerCallback? onPickImage;