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