Future<void> setSampleRate(final double value) async { return _api.setSampleRate( TrackerDoubleValue() ..trackerId = _trackedId ..value = value, ); }