menu
my_widgets package
documentation
services/multipart_request_with_progress.dart
MultipartRequestWithProgress
MultipartRequestWithProgress.new constructor
MultipartRequestWithProgress.new constructor
dark_mode
light_mode
MultipartRequestWithProgress
constructor
MultipartRequestWithProgress
(
String
method
,
Uri
url
, {
void
onProgress
(
int
sent
,
int
total
)?,
})
Implementation
MultipartRequestWithProgress( String method, Uri url, { this.onProgress, }) : super(method, url);
my_widgets package
documentation
services/multipart_request_with_progress
MultipartRequestWithProgress
MultipartRequestWithProgress.new constructor
MultipartRequestWithProgress class