getCodecDescriptor_Pre method

Future<GetCodecDescriptorResponse> getCodecDescriptor_Pre(
  1. ServiceCall call,
  2. Future<GetCodecDescriptorRequest> request
)

Implementation

$async.Future<$0.GetCodecDescriptorResponse> getCodecDescriptor_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.GetCodecDescriptorRequest> request) async {
  return getCodecDescriptor(call, await request);
}