team_quit_group_team_query property

String get team_quit_group_team_query

Do you want to leave the Team Group chat?

Implementation

String get team_quit_group_team_query {
  return Intl.message(
    'Do you want to leave the Team Group chat?',
    name: 'team_quit_group_team_query',
    desc: '',
    args: [],
  );
}