FirebaseAuthException.networkRequestFailed constructor

FirebaseAuthException.networkRequestFailed()

Implementation

FirebaseAuthException.networkRequestFailed()
    : this(
          'network-request-failed',
          'A network error (such as timeout, interrupted connection or '
              'unreachable host) has occurred');