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