ChunkParser<T> typedef

ChunkParser<T> = ChunkParser<Response<T>>

callback to validate chunk upload

Implementation

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