WebhookInterface<T> class abstract

API request for webhooks via http methods

Implementers

Constructors

WebhookInterface()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create() Stream<T>
allows user to create a webhook using secret key
disable(String id) Future<T>
allows user to disable a webhook using secret key
enable(String id) Future<T>
allows user to enable a webhook using secret key
listAll() Stream<List<T>>
allows user to fetch all webhook using pubic key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(String id) Stream<T>
allows user to retrieve a webhook using public key
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited