buildTeamRemoveManagerNotification static method
Future<String>
buildTeamRemoveManagerNotification(
- String tid,
- NIMMemberChangeAttachment attachment
Implementation
static Future<String> buildTeamRemoveManagerNotification(
String tid, NIMMemberChangeAttachment attachment) async {
return S.of().chatTeamNotifyRemoveManager(
await buildMemberListString(tid, attachment.targets!));
}