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