webhooks abstract method

void webhooks({
  1. String? id,
  2. String? token,
})

Adds the webhooks part to this IHttpRoute.

Implementation

void webhooks({String? id, String? token});