FluttifyBroadcastEventChannel class

Inheritance

Constructors

FluttifyBroadcastEventChannel(String name)
const

Properties

binaryMessenger BinaryMessenger
The messenger which sends the bytes for this channel.
read-onlyinherited
codec MethodCodec
The message codec used by this channel, not null.
finalinherited
hashCode int
The hash code for this object.
read-onlyinherited
name String
The logical channel on which communication happens, not null.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receiveBroadcastStream([dynamic arguments]) Stream<android_content_Intent>
Sets up a broadcast stream for receiving events on this channel.
override
toString() String
A string representation of this object.
inherited

Operators

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