verifyPhoneMap top-level constant

Map<String, String> const verifyPhoneMap

Implementation

const Map<String, String> verifyPhoneMap = <String, String>{
  'commAlert':
      'We use your phone number to verify your account and to communicate with you',
  'emailAlert':
      'We use your email address to verify your account and communicate with you',
  'commConsent': 'I agree to the use of my phone number for communications',
  'emailConsent': 'I agree to the use of my email address for communications',
  'text_1': 'Provide and verify your phone number',
  'text_2': 'You will receive a 6 digit code',
  'text_3': 'Verify your email address'
};