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