DioDownloadService class
Implements DownloadService using Dio.
- Inheritance
-
- Object
- DownloadService
- DioDownloadService
Constructors
- DioDownloadService(Dio dio)
- Implements DownloadService using Dio.
Properties
Methods
-
download(
String url, String name, {void onProgress(int total, int downloaded, double percent)?}) → Future< File> -
Downloads a file from a given
url
to the temporary directory with the givenname
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited