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