signUpAgreementText property

  1. @override
String get signUpAgreementText
override

No description provided for @signUpAgreementText.

In en, this message translates to: 'By signing up, you agree to our EULA, T&C and Privacy Policy. Please check accept below if you would like to proceed.'

Implementation

@override
String get signUpAgreementText =>
    'By signing up, you agree to our [EULA](eula), [T&C](tandc) and [Privacy Policy](privacypolicy). Please check accept below if you would like to proceed.';