getList method

List<String> getList(
  1. String key
)

Implementation

List<String> getList(String key) {
  return _prefs.getStringList(key) ?? [];
}