MultipartRequestWithProgress constructor

MultipartRequestWithProgress(
  1. String method,
  2. Uri url, {
  3. void onProgress(
    1. int sent,
    2. int total
    )?,
})

Implementation

MultipartRequestWithProgress(
    super.method,
    super.url, {
      this.onProgress,
    });