PresentationBloc constructor

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

Implementation

PresentationBloc(String appId, EditorFeedback feedback)
    : super(appId, presentationRepository(appId: appId)!, feedback);