avatar_image_not_found property

String get avatar_image_not_found

The requested image was not found at the URL

Implementation

String get avatar_image_not_found {
  return Intl.message(
    'The requested image was not found at the URL',
    name: 'avatar_image_not_found',
    desc: '',
    args: [],
  );
}