fdxNotificationsPost method
Webhook receiver for fdx notifications
Implementation
Future<chopper.Response> fdxNotificationsPost(
{required FDXNotification? body}) {
return _fdxNotificationsPost(body: body);
}
Webhook receiver for fdx notifications
Future<chopper.Response> fdxNotificationsPost(
{required FDXNotification? body}) {
return _fdxNotificationsPost(body: body);
}