TeamProvider class abstract

Implementers

Constructors

TeamProvider()

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

createTeam(List<String> selectNames, NIMTeamTypeEnum teamType, List<String> members, [String? iconUrl, String? postscript]) Future<NIMCreateTeamResult?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryMemberList(String teamId) Future<List<UserInfoWithTeam>?>
toString() String
A string representation of this object.
inherited

Operators

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