createWebhook abstract method

Future<Webhook> createWebhook(
  1. ServiceCall call,
  2. CreateWebhookRequest request
)

Implementation

$async.Future<$15.Webhook> createWebhook(
    $grpc.ServiceCall call, $15.CreateWebhookRequest request);