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