setDuplicateCheckModels method
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);
}
Set the list of model names that will be checked for duplicates.
void setDuplicateCheckModels(List<String> value) async {
await _preferences.put('duplicate_check_models', value);
}