getWebhookSecret_Pre method

Future<GetWebhookSecretResponse_> getWebhookSecret_Pre(
  1. ServiceCall call,
  2. Future<GetWebhookSecretRequest_> request
)

Implementation

$async.Future<$8.GetWebhookSecretResponse_> getWebhookSecret_Pre(
    $grpc.ServiceCall call,
    $async.Future<$8.GetWebhookSecretRequest_> request) async {
  return getWebhookSecret(call, await request);
}