static List getStorageList(String key) { if(getStorage == null) setStorage(); return getStorage!.read(key) ?? []; }