getChainDescriptor_Pre method
Future<GetChainDescriptorResponse>
getChainDescriptor_Pre(
- ServiceCall call,
- Future<
GetChainDescriptorRequest> request
Implementation
$async.Future<$0.GetChainDescriptorResponse> getChainDescriptor_Pre(
$grpc.ServiceCall call,
$async.Future<$0.GetChainDescriptorRequest> request) async {
return getChainDescriptor(call, await request);
}