general_usage_disabled property
String
get
general_usage_disabled
Usage stats are not configured. Please check the value of the _APP_USAGE_STATS environment variable of your Appwrite server
Implementation
String get general_usage_disabled {
return Intl.message(
'Usage stats are not configured. Please check the value of the _APP_USAGE_STATS environment variable of your Appwrite server',
name: 'general_usage_disabled',
desc: '',
args: [],
);
}