EventManager class

Needed for triggering event from within your controlled UI then ChatFlow listens to your events.

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

addListener(dynamic listener()) → void
For internal use only
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(dynamic listener()) → void
For internal use only
toString() String
A string representation of this object.
inherited
unselectAllMessages() → void
For internal use only

Operators

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

Static Properties

instance EventManager
Single and coherent instance of EventManger
no setter