Future<void> setCPCategory(String apiCpCategory) async { await SessionManagerMethods.setString(cpCategory, apiCpCategory); }