FirebaseAuthException.operationNotSupported constructor

FirebaseAuthException.operationNotSupported()

Implementation

FirebaseAuthException.operationNotSupported()
    : this(
          'operation-not-supported-in-this-environment',
          'This operation is not supported in the environment this application is '
              'running on. "location.protocol" must be http, https or chrome-extension'
              ' and web storage must be enabled');