setSavedTags method
- String value
Set the saved value that the user has set for the TagsField.
Implementation
void setSavedTags(String value) async {
await _preferences.put('saved_tags', value);
}
Set the saved value that the user has set for the TagsField.
void setSavedTags(String value) async {
await _preferences.put('saved_tags', value);
}