AmityGlobalFeedQuery class

Constructors

AmityGlobalFeedQuery(GetGlobalFeedUsecase _usecase)
Init AmityGlobalFeedQuery

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

getPagingData({String? token, int? limit}) Future<PageListData<List<AmityPost>, String>>
getPagingDataStream({String? token, int? limit}) StreamController<PageListData<List<AmityPost>, String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
types(List<AmityDataType> postTypes) AmityGlobalFeedQuery

Operators

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