ChunkPathCallback typedef
ChunkPathCallback =
String Function(FileUploadPresentationResponse presentation, FileChunk chunk)
compose request upload chunks path
from on FileUploadPresentationResponse and FileChunk
Implementation
typedef ChunkPathCallback = String Function(
FileUploadPresentationResponse presentation,
FileChunk chunk,
);