Future<void> setUseSecure(final bool value) async { return _api.setUseSecure( TrackerBoolValue() ..trackerId = _trackedId ..value = value, ); }