FirebaseAuthException.invalidPhoneNumber constructor

FirebaseAuthException.invalidPhoneNumber()

Implementation

FirebaseAuthException.invalidPhoneNumber()
    : this(
          'invalid-phone-number',
          'The format of the phone number provided is incorrect. Please enter the '
              'phone number in a format that can be parsed into E.164 format. E.164 '
              'phone numbers are written in the format [+][country code][subscriber '
              'number including area code]');