describe_Pre method

Future<DescribeResponse> describe_Pre(
  1. ServiceCall $call,
  2. Future<DescribeRequest> $request
)

Implementation

$async.Future<$0.DescribeResponse> describe_Pre($grpc.ServiceCall $call,
    $async.Future<$0.DescribeRequest> $request) async {
  return describe($call, await $request);
}