getStringList static method

List<String>? getStringList(
  1. String key
)

Implementation

static List<String>? getStringList(String key) => _prefs?.getStringList(key) ?? [];