getStrings method

Future<List<String>?> getStrings(
  1. UserPrefKey key
)

Implementation

Future<List<String>?> getStrings(UserPrefKey key) {
  return shared.stringList(prefName(key));
}