getChainDescriptor_Pre method

Future<GetChainDescriptorResponse> getChainDescriptor_Pre(
  1. ServiceCall call,
  2. Future<GetChainDescriptorRequest> request
)

Implementation

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