FutureTaskManager class

Constructors

FutureTaskManager({required ShowErrorDialog showErrorDialog, required void onChanged(FutureTask? task)})

Properties

hashCode int
The hash code for this object.
no setterinherited
onChanged → void Function(FutureTask? task)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showErrorDialog ShowErrorDialog
final
task FutureTask?
getter/setter pair

Methods

asyncRunTask<U>(Future<U> taskRunner(TaskProgress progress), {String? label}) Future<U>
asyncTaskCallback<U>(Future<U> progress(TaskProgress progress)) VoidCallback?
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