Future<void> setString(String key, String value) async { await _ensureInitialized(); final box = _getBoxForKey(key); await box.put(key, value); }