groupCallConnecting property

String get groupCallConnecting

Connecting...

Implementation

String get groupCallConnecting {
  return Intl.message(
    'Connecting...',
    name: 'groupCallConnecting',
    desc: '',
    args: [],
  );
}