athmExceptionMessage property

String get athmExceptionMessage

Sorry for the inconvenience. Please try again later.

Implementation

String get athmExceptionMessage {
  return Intl.message(
    'Sorry for the inconvenience. Please try again later.',
    name: 'athmExceptionMessage',
    desc: '',
    args: [],
  );
}