Future<bool> readIsFirstRun() async { SharedPreferences mStorage = await getStorage(); return mStorage.getBool(isFirstRun) ?? true; }