onOtherFileLinkInsert property

(void Function(String)?) onOtherFileLinkInsert
final

Called when a link is inserted for a file using the "other file" button.

The package does not have a built in handler for these files, so you should provide this callback when using the button.

The function passes the URL of the file inserted.

Implementation

final void Function(String)? onOtherFileLinkInsert;