getETag abstract method

String? getETag(
  1. Asset asset,
  2. DateTime lastModified,
  3. int assetSize
)

Returns the value of the ETag header. If null is returned, ETag header

  • won't be generated.

Implementation

String? getETag(Asset asset, DateTime lastModified, int assetSize);