chat_message_pin_message method

String chat_message_pin_message(
  1. String userName
)

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],
  );
}