SenderCompleter<T> class

共享单一端口

Mixed-in types

Constructors

SenderCompleter(OnReomveCallback onRemove)

Properties

completer Completer<T>
latefinalinherited
future Future<T>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identityKey Object
latefinalinherited
messageKey Object?
getter/setter pairinherited
nullOnError bool
getter/setter pairinherited
onRemove ↔ OnReomveCallback
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverName String?
getter/setter pairinherited

Methods

addData(dynamic data) → void
inherited
addError(Object error, StackTrace stackTrace) → void
inherited
cancel() → void
inherited
close() → void
inherited
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