Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 31, 2024
1 parent 4a3be03 commit ba41d3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flutter_cache_manager/lib/src/cache_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ class CacheStore {
await provider.close();
}


Future<int> getCacheSize() async {
final provider = await _cacheInfoRepository;
final allObjects = await provider.getAllObjects();
Expand Down

0 comments on commit ba41d3c

Please sign in to comment.