clear cache button

This commit is contained in:
mertalev
2026-01-23 02:06:20 -05:00
parent 15c9eb12a8
commit 3555021173
9 changed files with 229 additions and 23 deletions
+3
View File
@@ -22,4 +22,7 @@ abstract class RemoteImageApi {
});
void cancelRequest(int requestId);
@async
int clearCache();
}