Future<void> setSalesProfileData(String apiSalesProfileData) async { await SessionManagerMethods.setString(salesProfileData, apiSalesProfileData); }