ChatConfigurator class

This is the configurator class for adding extensions logics

Extensions logic is implemented inside Ui kit using decorator pattern with default implementation in MessagesDataSource

Constructors

ChatConfigurator()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

dataSource DataSource
getter/setter pair
names List<String>
getter/setter pair

Static Methods

enable(DataSource fun(DataSource)) → dynamic
Used internally when activating any extensions
getDataSource() DataSource
method used to get decorated data source which contains all the extensions logic
init({DataSource? initialSource}) → dynamic
reinitialize default implementation of dataSource