DLProvider class abstract

Interface of download provider. Can be used to create custom providers.

Implementers

Constructors

DLProvider()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

download({required Uri url, required Map<String, String> headers, required HttpClient client}) Future<PartialDLResponse>
Downloads a file.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveFilename(String filename) String
This function is called to finalize the computed filename.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited