URichImageUploader typedef

URichImageUploader = Future<String?> Function(FileData file)

Signature for uploading a picked image and returning its final URL (or null on failure). Provide your own to plug in any backend; when omitted the editor uploads through UServices.media.

Implementation

typedef URichImageUploader = Future<String?> Function(FileData file);