onQueryResponse method
Implementation
@override
QueryLastEventByAddrResponse onQueryResponse(List<int> bytes) {
return QueryLastEventByAddrResponse.deserialize(bytes);
}
@override
QueryLastEventByAddrResponse onQueryResponse(List<int> bytes) {
return QueryLastEventByAddrResponse.deserialize(bytes);
}