clearCahe function

dynamic clearCahe()

Implementation

clearCahe()async{
  await VideoCompress.deleteAllCache();
}