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