responseFactory method
Deserializes the JSON response into the expected type.
Implementation
@override
ImageUploadResponse responseFactory(Map<String, dynamic> json) => ImageUploadResponse.fromJson(json);
Deserializes the JSON response into the expected type.
@override
ImageUploadResponse responseFactory(Map<String, dynamic> json) => ImageUploadResponse.fromJson(json);