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