SimpleTextBloc constructor
SimpleTextBloc(
- String appId,
- EditorFeedback feedback
Implementation
SimpleTextBloc(String appId, EditorFeedback feedback)
: super(appId, simpleTextRepository(appId: appId)!, feedback);