RedecideFilepathHandler typedef

RedecideFilepathHandler = String Function(Map<String, String>? header, String? contentType)

The signature for redeciding filepath for saving, used by DownloadOption and downloadFile.

Implementation

typedef RedecideFilepathHandler = String Function(Map<String, String>? header, String? contentType);