getAvatar method

String? getAvatar()

获取头像

Implementation

String? getAvatar() {
  return teamMember?.getAvatar() ?? aiUser?.avatar;
}