CBroadcastChannel class

Wrapper object for the Broadcast Channel API. Constructed via the CodeMeltedNetwork API and provides the flutter bindings for working with the channel.

see https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
Closes the channel.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postMessage([dynamic data]) Future<void>
Posts a message for other channels to receive and process.
toString() String
A string representation of this object.
inherited

Operators

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