fileUploadHandler property

Future<String> Function(String filePath)? fileUploadHandler
getter/setter pair

File upload handler function Takes a local file path and returns a URL to the uploaded file

Implementation

Future<String> Function(String filePath)? fileUploadHandler;