Future<void> setCartData(String cartJson) async { await _ensureInitialized(); await _userBox!.put(cartDataKey, cartJson); }