| 75 | } |
| 76 | |
| 77 | void Preferences::putString(const std::string& key, const std::string& value) { |
| 78 | std::string bundle_key = get_bundle_key(namespace_, key); |
| 79 | return preferences.putString(bundle_key, value); |
| 80 | } |
| 81 | |
| 82 | #endif |
| 83 |
nothing calls this directly
no test coverage detected