chat_message_pin_message method
Pined by {userName}ļ¼visible to both of you
Implementation
String chat_message_pin_message(String userName) {
return Intl.message(
'Pined by $userNameļ¼visible to both of you',
name: 'chat_message_pin_message',
desc: '',
args: [userName],
);
}