getChangeGroupOwnerDisplayString static method

String getChangeGroupOwnerDisplayString(
  1. ChangeGroupOwnerSystemMessage systemMessage,
  2. BuildContext context
)

Implementation

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