fixed files cache not working correctly

This commit is contained in:
Elias Müller 2025-02-08 22:35:20 +01:00
parent 9ad0f624de
commit 6651613331

View File

@ -5,5 +5,5 @@ abstract class ApiResponse {
late http.Response rawResponse;
@JsonKey(includeIfNull: false)
late Map<String, String>? headers;
Map<String, String>? headers;
}