getChangeGroupOwnerDisplayString static method
String
getChangeGroupOwnerDisplayString(
- ChangeGroupOwnerSystemMessage systemMessage,
- BuildContext context
Implementation
static String getChangeGroupOwnerDisplayString(ChangeGroupOwnerSystemMessage systemMessage, BuildContext context) {
AtomicLocalizations localizations = AtomicLocalizations.of(context);
return '${systemMessage.groupOwnerOperator} ${localizations.groupOwnerTransferredTo} ${systemMessage.groupOwner}';
}