getStringList abstract method

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

Reads a set of string values from persistent storage, throwing an exception if it's not a string set.

Implementation

List<String>? getStringList(String key);