FilepathSuffixBuilder typedef

FilepathSuffixBuilder = String Function(int index)

The signature for building filepath suffix, used by DownloadOption and downloadFile.

Implementation

typedef FilepathSuffixBuilder = String Function(int index);