deleteCache method
Implementation
Future<void> deleteCache() async {
final cacheDirPath = await getCacheDirPath();
final directPath = "$cacheDirPath/giftVideo";
await _deleteFolderContents(directPath);
}
Future<void> deleteCache() async {
final cacheDirPath = await getCacheDirPath();
final directPath = "$cacheDirPath/giftVideo";
await _deleteFolderContents(directPath);
}