onFileLinkInsert property

dynamic Function(String)? onFileLinkInsert
final

Define what to do when a file is inserted via a link. This will override the default handler so you must insert the file yourself

Implementation

final Function(String)? onFileLinkInsert;