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