FluttifyBroadcastEventChannel class

Inheritance

Constructors

FluttifyBroadcastEventChannel(String name)
const

Properties

binaryMessenger BinaryMessenger
The messenger which sends the bytes for this channel.
no setterinherited
codec MethodCodec
The message codec used by this channel, not null.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
The logical channel on which communication happens, not null.
finalinherited
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
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