Get the List
Future<List<String>?> getStringList(String key, {String? defaultValue}) async { assert(_key != null); return _decorator.getStringList(key); }