onReplaceSelection method
Intercepts replacing active selection with text. Return true if handled.
Implementation
bool onReplaceSelection(String character, FluentDocument document) => false;
Intercepts replacing active selection with text. Return true if handled.
bool onReplaceSelection(String character, FluentDocument document) => false;