auth_error_missingTerms property

String get auth_error_missingTerms

You must accept the T&C's before continuing.

Implementation

String get auth_error_missingTerms {
  return Intl.message(
    'You must accept the T&C\'s before continuing.',
    name: 'auth_error_missingTerms',
    desc: '',
    args: [],
  );
}