Future<void> setCartSession(String apiCartSession) async { await SessionManagerMethods.setString(cartSession, apiCartSession); }