fdxNotificationsPost method

Future<Response> fdxNotificationsPost({
  1. required FDXNotification? body,
})

Webhook receiver for fdx notifications

Implementation

Future<chopper.Response> fdxNotificationsPost(
    {required FDXNotification? body}) {
  return _fdxNotificationsPost(body: body);
}