SMHDownloadTask class Null safety
Constructors
Properties
- confirmKeyCalBack ↔ SMHConfirmKeyCalBack?
-
read / write, inherited
- currentQueue ↔ SMHTaskQueue?
-
read / write, inherited
- finishCalBack ↔ SMHFinishCalBack?
-
read / write, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- info ↔ SMHTaskInfo
-
read / write
- isolate ↔ Isolate
-
read / write, inherited
- onReceiveProgress ↔ ProgressCallback?
-
read / write, inherited
- onSendProgress ↔ ProgressCallback?
-
read / write, inherited
- priority ↔ SMHTaskPriority
-
read / write, inherited
- receivePort ↔ ReceivePort
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
stateStream
↔ StreamController<
SMHTaskState> -
read / write, inherited
- taskId ↔ int
-
read / write, inherited
Methods
-
cancel(
[dynamic reason]) → void -
inherited
-
createIsolate(
SendPort sendPort) → Future< Isolate> -
override
-
dispose(
) → void -
inherited
-
finish(
) → void -
inherited
-
getTaskInfo(
) → SMHTaskInfo -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
pause(
[dynamic reason]) → void -
inherited
-
resume(
) → void -
override
-
start(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited