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