error_authenticated_failed property

String get error_authenticated_failed

Authentication Failed

Implementation

String get error_authenticated_failed {
  return Intl.message(
    'Authentication Failed',
    name: 'error_authenticated_failed',
    desc: '',
    args: [],
  );
}