Get total storage used by all files
Future<int> getTotalStorageUsed() async { return _files.getTotalStorageUsed(); }