getJoinGroupDisplayString static method

String getJoinGroupDisplayString(
  1. JoinGroupSystemMessage systemMessage,
  2. BuildContext context
)

Implementation

static String getJoinGroupDisplayString(JoinGroupSystemMessage systemMessage, BuildContext context) {
  AtomicLocalizations localizations = AtomicLocalizations.of(context);
  return localizations.groupMemberJoined(systemMessage.joinMember);
}