setDuplicateCheckModels method

void setDuplicateCheckModels(
  1. List<String> value
)

Set the list of model names that will be checked for duplicates.

Implementation

void setDuplicateCheckModels(List<String> value) async {
  await _preferences.put('duplicate_check_models', value);
}