static bool getStorageBool(String key) { if(getStorage == null) setStorage(); return getStorage!.read(key) ?? false; }