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