FirebaseAuthException.missingCode constructor

FirebaseAuthException.missingCode()

Implementation

FirebaseAuthException.missingCode()
    : this(
          'missing-verification-code',
          'The phone auth credential was created with an empty SMS verification '
              'code');