StatusParser<T> typedef

StatusParser<T> = StatusParser<Response<T>>

callback to convert dio.Response into FileUploadStatusResponse

Implementation

typedef StatusParser<T> = interfaces.StatusParser<dio.Response<T>>;