createPresentationComponent method
Implementation
Future<PolicyPresentationModel> createPresentationComponent() async {
return await policyPresentationRepository(
appId: installApp!.theApp.documentID)!
.add(getPesentationModel());
}