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