GroupManagerPlatform class abstract

Constructors

GroupManagerPlatform()

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

createGroup({String? groupId, required dynamic groupName, required TIMGroupType groupType, List<String>? memberList, String notification = '', String introduction = '', String faceUrl = '', TIMGroupAddOption addOption = TIMGroupAddOption.any, bool isAllMuted = false}) Future<String>
dispose() → void
dissolveGroup({required String groupId}) Future<void>
init() → void
joinGroup({required String groupId, String helloMessage = ''}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quitGroup({required String groupId}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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