buildTeamRemoveManagerNotification static method

Future<String> buildTeamRemoveManagerNotification(
  1. String tid,
  2. NIMMemberChangeAttachment attachment
)

Implementation

static Future<String> buildTeamRemoveManagerNotification(
    String tid, NIMMemberChangeAttachment attachment) async {
  return S().chat_team_notify_remove_manager(
      await buildMemberListString(tid, attachment.targets!));
}