kemproApiV2NotificationsRegisterPost method
- 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);
}