kemApiV3NotificationsTagsDeviceIdGet method

Future<Response<List<String>>> kemApiV3NotificationsTagsDeviceIdGet({
  1. required String? deviceId,
})

Retrieve the logged-in user's notification tags associated with the given device ID. @param deviceId

Implementation

Future<chopper.Response<List<String>>> kemApiV3NotificationsTagsDeviceIdGet(
    {required String? deviceId}) {
  return _kemApiV3NotificationsTagsDeviceIdGet(deviceId: deviceId);
}