PolicyPresentationBloc constructor

PolicyPresentationBloc(
  1. String appId,
  2. EditorFeedback feedback
)

Implementation

PolicyPresentationBloc(String appId, EditorFeedback feedback)
    : super(appId, policyPresentationRepository(appId: appId)!, feedback);