ChannelListController class

Controller used for loading more data and controlling pagination in ChannelListCore.

Constructors

ChannelListController()

Properties

hashCode int
The hash code for this object.
no setterinherited
loadData AsyncCallback?
This function calls Stream's servers to load a list of channels. If there is existing data, calling this function causes a reload.
getter/setter pair
paginateData AsyncCallback?
This function is used to load another page of data. Note, loadData should be used to populate the initial page of data. Calling paginateData performs a query to load subsequent pages.
getter/setter pair
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