GroupManagerInterface class abstract

Implementers

Constructors

GroupManagerInterface()

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

addGroupMember({required String userId, required String groupId, required SyCallBack<bool> callBack}) → void
exitGroup({required String groupId, required SyCallBack<bool> callBack}) → void
getGroupDetail({required String groupId, required SyCallBack<SyGroup> callBack}) → void
getGroupList({required SyCallBack<List<SyGroup>> callBack}) → void
getGroupListFromService({required SyCallBack<List<SyGroup>> callBack}) → void
getGroupMemberList({required String groupId, required SyCallBack<List<SyContact>> callBack}) → void
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