PostRequestPoolService class

Constructors

PostRequestPoolService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
onDone Stream<List<SignedFile>>
no setter
onProgress Stream<StreamData>
no setter
requests List<SignData>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRequests(List<SignData> requests) → dynamic
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retry(int index) Future<void>
sendAllRequests() Future<void>
stopPool() → void
toString() String
A string representation of this object.
inherited

Operators

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