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