void save(String url, Uint8List data) { final file = File(_getCacheFilePath(url)); file.writeAsBytesSync(data); }