cleanCacheVideo static method
dynamic
cleanCacheVideo()
Implementation
static cleanCacheVideo() async{
Directory directory = Directory(await getVideoRootDirectory());
directory.delete();
}
static cleanCacheVideo() async{
Directory directory = Directory(await getVideoRootDirectory());
directory.delete();
}