onInsertText method
Intercepts inserting text (single character or multi-character string from IME/paste). Return true if handled.
Implementation
bool onInsertText(String text, FluentDocument document) => false;
Intercepts inserting text (single character or multi-character string from IME/paste). Return true if handled.
bool onInsertText(String text, FluentDocument document) => false;