getWebhook_Pre method

Future<Webhook> getWebhook_Pre(
  1. ServiceCall call,
  2. Future<GetWebhookRequest> request
)

Implementation

$async.Future<$15.Webhook> getWebhook_Pre($grpc.ServiceCall call,
    $async.Future<$15.GetWebhookRequest> request) async {
  return getWebhook(call, await request);
}