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