onResonse method
Implementation
@override
List<ContactInfo> onResonse(List result) {
return result.map((e) => ContactInfo.fromJson(e)).toList();
}
@override
List<ContactInfo> onResonse(List result) {
return result.map((e) => ContactInfo.fromJson(e)).toList();
}