GroupManagerInterface class abstract
- Implementers
Constructors
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< callBack}) → voidSyGroup> > -
getGroupListFromService(
{required SyCallBack< List< callBack}) → voidSyGroup> > -
getGroupMemberList(
{required String groupId, required SyCallBack< List< callBack}) → voidSyContact> > -
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