urlTransformer property
Method used to create a tile's storage-suitable UID from it's real URL
For more information, check the online documentation.
The input string is the tile's URL. The output string should be a unique string to that tile that will remain as stable as necessary if parts of the URL not directly related to the tile image change.
urlTransformerOmitKeyValues may be used as a transformer to omit entire key-value pairs from a URL where the key matches one of the specified keys.
By default, the output string is the input string - that is, the storage-suitable UID is the tile's real URL.
Implementation
final UrlTransformer? urlTransformer;