PresentParser<T> typedef

PresentParser<T> = PresentParser<Response<T>>

callback to convert dio.Response into FileUploadPresentationResponse

Implementation

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