answerOnOtherDevice property

String get answerOnOtherDevice

The other client has answered the call

Implementation

String get answerOnOtherDevice {
  return Intl.message(
    'The other client has answered the call',
    name: 'answerOnOtherDevice',
    desc: '',
    args: [],
  );
}