genericError property
String
get
genericError
The application has encountered an unknown error.\nWe are aware and will be looking into this with the utmost urgency
Implementation
String get genericError {
return Intl.message(
'The application has encountered an unknown error.\nWe are aware and will be looking into this with the utmost urgency',
name: 'genericError',
desc: '',
args: [],
);
}