enable abstract method

Future<T> enable(
  1. String id
)

allows user to enable a webhook using secret key

Implementation

Future<T> enable(String id);