notifyTextMutation method
Notifies the comment provider that text in paragraphId was mutated.
Implementation
void notifyTextMutation(String paragraphId, int fromOffset, int delta) {
commentProvider?.onDocumentMutation(paragraphId, fromOffset, delta);
}