add feature to clear ml downloads

This commit is contained in:
Fabian Freund
2026-05-28 22:43:49 +02:00
parent f1b18b223e
commit 72cdd500e0
9 changed files with 176 additions and 3 deletions
@@ -28,4 +28,8 @@ class GeckoMlService {
.map((values) => (values! as List).cast<double>())
.toList();
}
Future<void> clearMlCache() {
return _apiInstance.clearMlCache();
}
}