Batch delete multiple files
Future<Map<String, bool>> deleteFiles(List<String> fileIds) async { return _files.deleteFiles(fileIds); }