GroupMembersRequest class
Properties
Methods
-
fetchNext(
{required dynamic onSuccess(List< GroupMember> groupMemberList)?, required dynamic onError(CometChatException excep)?}) → Future<List< GroupMember> > - fetch the list of groups members for a group , returns List of GroupMember.
-
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
Constants
- defaultLimit → const int