allContractState_Pre method
Future<QueryAllContractStateResponse>
allContractState_Pre(
- ServiceCall call,
- Future<
QueryAllContractStateRequest> request
Implementation
$async.Future<$1.QueryAllContractStateResponse> allContractState_Pre(
$grpc.ServiceCall call,
$async.Future<$1.QueryAllContractStateRequest> request) async {
return allContractState(call, await request);
}