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