kemApiV3NotificationsTokenRegistrationidRegistrationIdDelete method
- required String? registrationId,
Delete the logged-in user's notification token with the given registration ID. @param registrationId
Implementation
Future<chopper.Response>
kemApiV3NotificationsTokenRegistrationidRegistrationIdDelete(
{required String? registrationId}) {
return _kemApiV3NotificationsTokenRegistrationidRegistrationIdDelete(
registrationId: registrationId);
}