FirebaseAuthException.appNotInstalled constructor

FirebaseAuthException.appNotInstalled()

Implementation

FirebaseAuthException.appNotInstalled()
    : this(
          'app-not-installed',
          'The requested mobile application corresponding to the identifier ('
              'Android package name or iOS bundle ID) provided is not installed on '
              'this device');