Future<void> setAnonymizeIp(final bool value) async { return _api.setAnonymizeIp( TrackerBoolValue() ..trackerId = _trackedId ..value = value, ); }