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