StatusPathCallback typedef
StatusPathCallback =
String Function(FileUploadPresentationResponse presentation)
compose request status path
from on FileUploadPresentationResponse
Implementation
typedef StatusPathCallback = String Function(
FileUploadPresentationResponse presentation,
);