SimpleTextBloc constructor

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

Implementation

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