kemproApiV2NotificationsRegisterPost method

Future<Response> kemproApiV2NotificationsRegisterPost({
  1. required NotificationTokenV2Body? body,
})

Register the given notification token so it is associated with the currently logged-in user.

Implementation

Future<chopper.Response> kemproApiV2NotificationsRegisterPost(
    {required NotificationTokenV2Body? body}) {
  return _kemproApiV2NotificationsRegisterPost(body: body);
}