filePathsValueReset method

void filePathsValueReset(
  1. List<String>? value, {
  2. bool updateParent = true,
  3. bool emitEvent = true,
  4. bool removeFocus = false,
  5. bool? disabled,
})

Implementation

void filePathsValueReset(
  List<String>? value, {
  bool updateParent = true,
  bool emitEvent = true,
  bool removeFocus = false,
  bool? disabled,
}) =>
    filePathsControl?.reset(
        value: value, updateParent: updateParent, emitEvent: emitEvent);