onInsertNode method
Intercepts inserting a node (e.g. hr, image, list, table). Return true if handled.
Implementation
bool onInsertNode(
FluentDocument document,
String nodeType,
Map<String, dynamic> options,
) =>
false;
Intercepts inserting a node (e.g. hr, image, list, table). Return true if handled.
bool onInsertNode(
FluentDocument document,
String nodeType,
Map<String, dynamic> options,
) =>
false;