userInCall property

String get userInCall

User is already in a call

Implementation

String get userInCall {
  return Intl.message(
    'User is already in a call',
    name: 'userInCall',
    desc: '',
    args: [],
  );
}