InsertContent method

  1. @override
void InsertContent(
  1. RuntimeObject contentObj,
  2. int index
)

Implementation

@override
void InsertContent(RuntimeObject contentObj, int index) =>
    insertContent(contentObj, index);