apiary_error_missingConfigMessage property
String
get
apiary_error_missingConfigMessage
This apiary is missing a config file. You might need to refresh the page with the button below and if the problem continues please contact us for support.
Implementation
String get apiary_error_missingConfigMessage {
return Intl.message(
'This apiary is missing a config file. You might need to refresh the page with the button below and if the problem continues please contact us for support.',
name: 'apiary_error_missingConfigMessage',
desc: '',
args: [],
);
}