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