FirebaseAuthException.missingAndroidPackageName constructor

FirebaseAuthException.missingAndroidPackageName()

Implementation

FirebaseAuthException.missingAndroidPackageName()
    : this(
          'missing-android-pkg-name',
          'An Android '
              'Package Name must be provided if the Android App is required to be '
              'installed');