static double getStorageDouble(String key) { if(getStorage == null) setStorage(); return getStorage!.read(key) ?? 0.0; }