chat_team_notify_update_introduction method
team introduction updated as {name}
Implementation
String chat_team_notify_update_introduction(String name) {
return Intl.message(
'team introduction updated as $name',
name: 'chat_team_notify_update_introduction',
desc: '',
args: [name],
);
}