IsolateMessenger class abstract

IsolateMessenger is used to chat with Isolate. It has messages getter with stream of messages from Isolate and send method which sends message to Isolate.

Constructors

IsolateMessenger()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
messages Stream<Object?>
Stream with messages from Isolate.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(Object? message) → void
Sends messages to Isolate.
toString() String
A string representation of this object.
inherited

Operators

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