static String getStorageString(String key) { if(getStorage == null) setStorage(); return getStorage!.read(key) ?? ''; }