setContentInsertionConfiguration method

void setContentInsertionConfiguration(
  1. ContentInsertionConfiguration? value
)

Implementation

void setContentInsertionConfiguration(ContentInsertionConfiguration? value) {
  onNotifyWithCallback(() => contentInsertionConfiguration = value);
}