IntercomBase class abstract

Implementers

Constructors

IntercomBase()

Properties

hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
Shows whether intercom was initialized.
no setter
listener → OrderedListener
Composite listener bound to plugin's output port.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Closes the input port of the channel, allowing to destroy the intercom correctly.
initialize() FutureOr<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendRaw(dynamic data) → void
Sends a raw data chunk to another side of channel.
sendSignal(Message message) → void
Sends a message to another side of channel.
sendWaitWhere(Message message, Filter filter, {Duration? timeout}) Future<Message>
Sends a message to another side of channel and waits for the response.
toString() String
A string representation of this object.
inherited

Operators

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