project_unknown property
String
get
project_unknown
The project ID is either missing or not valid. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used
Implementation
String get project_unknown {
return Intl.message(
'The project ID is either missing or not valid. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used',
name: 'project_unknown',
desc: '',
args: [],
);
}