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