AudioIsolateWorkerMessenger class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostToWorkerSendPort → SendPort
-
no setter
-
message
→ Stream<
AudioIsolateHostMessage> -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
attach(
SendPort sendPort) → void -
close(
) → void -
detach(
) → void -
listenRequest<
TRequestPayload> (FutureOr onRequest(TRequestPayload)) → void -
listenShutdown(
{FutureOr< void> onShutdown(AudioIsolateShutdownReason reason, Object? e, StackTrace? stackTrace)?}) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onShutdownRequested(
AudioIsolateShutdownRequest request) → void -
onWorkerFinished(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited