StorageException.unauthenticated constructor

StorageException.unauthenticated()

Implementation

StorageException.unauthenticated()
    : this(
          'unauthenticated',
          'User is not authenticated, please authenticate using Firebase '
              'Authentication and try again.');