emptyCacheAll static method
Xoá tất cả cache
Implementation
static Future<void> emptyCacheAll() {
return Future.wait(
[
emptyCacheFile(),
emptyCacheImage(),
emptyCacheVideo(),
],
);
}
Xoá tất cả cache
static Future<void> emptyCacheAll() {
return Future.wait(
[
emptyCacheFile(),
emptyCacheImage(),
emptyCacheVideo(),
],
);
}