general_unknown_origin property

String get general_unknown_origin

The request originated from an unknown origin. If you trust this domain, please list it as a trusted platform in the Appwrite console

Implementation

String get general_unknown_origin {
  return Intl.message(
    'The request originated from an unknown origin. If you trust this domain, please list it as a trusted platform in the Appwrite console',
    name: 'general_unknown_origin',
    desc: '',
    args: [],
  );
}