getChangeGroupAvatarDisplayString static method

String getChangeGroupAvatarDisplayString(
  1. ChangeGroupAvatarSystemMessage systemMessage,
  2. BuildContext context
)

Implementation

static String getChangeGroupAvatarDisplayString(ChangeGroupAvatarSystemMessage systemMessage, BuildContext context) {
  AtomicLocalizations localizations = AtomicLocalizations.of(context);
  return '${systemMessage.groupAvatarOperator} ${localizations.groupAvatarChanged}';
}