Future<void> setIsCPNew(bool isCPApi) async { await SessionManagerMethods.setBool(isCPNew, isCPApi); }