AsyncRunner class
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
-
dispose()
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
numInFlightRequests()
→ Future<int>
-
-
run<Request_T, Response_T>({required AsyncTask<Request_T, Response_T> task, Request_T? request})
→ Future<Response_T>
-
-
runWithCallback<Request_T, Response_T, Message_T>({required AsyncTaskWithSend<Request_T, Response_T, Message_T> task, required AsyncCallback<Message_T> callback, String? callbackId, Request_T? request})
→ Future<Response_T>
-
-
runWithStream<Request_T, Response_T, Message_T>({required AsyncTaskWithSend<Request_T, Response_T, Message_T> task, required StreamController<Message_T> stream, Request_T? request})
→ Future<Response_T>
-
-
toString()
→ String
-
A string representation of this object.
inherited