File upload handler function Takes a local file path and returns a URL to the uploaded file
Future<String> Function(String filePath)? fileUploadHandler;