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