DioChunkedFileHandler constructor
const
DioChunkedFileHandler({})
client used to upload the file
path, method, headers, body are send parameters
set chunkSize to choose the size of the chunks else
defaultChunkSize is used
Implementation
const DioChunkedFileHandler({
required dio.Dio client,
required super.file,
required super.path,
super.method,
super.headers,
super.body,
super.chunkSize,
super.fileKey,
super.chunkParser,
this.cancelToken,
}) : _client = client;