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