HttpProgressRequest constructor

HttpProgressRequest(
  1. String method,
  2. Uri url, {
  3. OnProgress? onProgress,
})

Implementation

HttpProgressRequest(
  String method,
  Uri url, {
  this.onProgress,
}) : super(method, url);