avatar_remote_url_failed property

String get avatar_remote_url_failed

Failed to fetch favicon from the requested URL

Implementation

String get avatar_remote_url_failed {
  return Intl.message(
    'Failed to fetch favicon from the requested URL',
    name: 'avatar_remote_url_failed',
    desc: '',
    args: [],
  );
}