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