webhookVerificationKeyGet abstract method

  1. @Post(path: '/webhook_verification_key/get')
Future<Response<WebhookVerificationKeyGetResponse>> webhookVerificationKeyGet({
  1. @Body() @required WebhookVerificationKeyGetRequest? body,
})

Get webhook verification key @param body

Implementation

@Post(path: '/webhook_verification_key/get')
Future<chopper.Response<WebhookVerificationKeyGetResponse>>
    webhookVerificationKeyGet(
        {@Body() @required WebhookVerificationKeyGetRequest? body});