DownloaderManager class
Constructors
Properties
-
controll
→ Stream<
ControllerType> -
no setter
- fast → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancel(
{required int tokenDownload}) → Future< bool> -
checkDownload(
int tokenDownload) → SelectDownload -
checkFreeIsolate(
) → (bool, int) -
controller(
int tokenDownload) → ControllerTask -
dispose(
) → dynamic -
download(
{required DownRequire req, int tokenIsolate = 0}) → Future< DownloadManagerResponse> -
fastDownload(
int tokenDownload) → dynamic -
forzeDownload(
{required int tokenDownload, String rename = ''}) → dynamic -
init(
{required int numThread, ManSettings? setting}) → Future< List< int> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
int tokenDownload) → bool -
resume(
int tokenDownload) → bool -
statusDownload(
int tokenDownload) → StatusDownloadIsolate -
statusIsolate(
int tokenIsolate) → StatusIsolateType -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited