groupCallOtherMembers method

String groupCallOtherMembers(
  1. Object count
)

and {count} others

Implementation

String groupCallOtherMembers(Object count) {
  return Intl.message(
    'and $count others',
    name: 'groupCallOtherMembers',
    desc: '',
    args: [count],
  );
}