test method

Future<Map<String, dynamic>> test(
  1. String id
)

Implementation

Future<Map<String, dynamic>> test(String id) =>
    _client._request('POST', '/webhooks/$id/test');