fixed files cache not working correctly
This commit is contained in:
parent
9ad0f624de
commit
6651613331
@ -5,5 +5,5 @@ abstract class ApiResponse {
|
||||
late http.Response rawResponse;
|
||||
|
||||
@JsonKey(includeIfNull: false)
|
||||
late Map<String, String>? headers;
|
||||
Map<String, String>? headers;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user