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