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