setSavedTags method

void setSavedTags(
  1. 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);
}