static setStorageList(String key, List value) { if(getStorage == null) setStorage(); getStorage!.write(key, value); }