addHash abstract method

void addHash(
  1. {required String hash}
)

Adds the hash to any ICdnHttpRoute.

This route is generated dynamically and does not well conform to CdnHttpRoutePart.path.

Implementation

void addHash({required String hash});