error_unable_to_authenticate property

String get error_unable_to_authenticate

Unable to authenticate. Please try again.

Implementation

String get error_unable_to_authenticate {
  return Intl.message(
    'Unable to authenticate. Please try again.',
    name: 'error_unable_to_authenticate',
    desc: '',
    args: [],
  );
}