ChannelAbstract<T> class abstract

Constructors

ChannelAbstract()

Properties

channelId String
no setter
hashCode int
The hash code for this object.
no setterinherited
name → T
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
close the channel.
listen(IsolateSubjectCallback<T> callback) Listen
listening the message from channel.
listenToFuture() Future<String>
messages to Future.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClose(dynamic callback(T name)) → void
close channel event.
onError(dynamic callback(Exception e)) → void
Listening for exceptions.
onMessage(Message message) → void
Trigger listening events.
send(dynamic message) → void
send the message to isolate
toString() String
A string representation of this object.
inherited

Operators

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