createPresentationComponent method

Future<PolicyPresentationModel> createPresentationComponent()

Implementation

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