filePathsValueUpdate method
void
filePathsValueUpdate(})
Implementation
void filePathsValueUpdate(
List<String>? value, {
bool updateParent = true,
bool emitEvent = true,
}) {
filePathsControl?.updateValue(value,
updateParent: updateParent, emitEvent: emitEvent);
}