ParentPortClient class

Implemented types

Constructors

ParentPortClient()

Properties

closed ↔ bool
getter/setter pair
handlers ↔ Map<int, Completer<Object?>>
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
ready → Future<void>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sendPort ↔ SendPort?
getter/setter pair
sendPortFuture ↔ Future<SendPort>
getter/setter pair

Methods

close() → void
fire(Object message) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post<T>(Object message) → Future<T>
override
server() → RequestPortServer
tieToIsolate(Isolate isolate) → void
toString() → String
A string representation of this object.
inherited

Operators

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