getFileName method
The name which will be used for generating a WebCacheDocument file.
Implementation
String getFileName() => '${url.replaceAll(RegExp(r'[/:.]'), '')}.json';
The name which will be used for generating a WebCacheDocument file.
String getFileName() => '${url.replaceAll(RegExp(r'[/:.]'), '')}.json';