Future<void> setClientId(final String value) async { return _api.setClientId( TrackerStringValue() ..trackerId = _trackedId ..value = value, ); }