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