onInsertNode method

bool onInsertNode(
  1. FluentDocument document,
  2. String nodeType,
  3. Map<String, dynamic> options
)

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;