I am building an app in which I need to save a piece of data (a boolean) to DataStore. But I only need to save it once (when the app runs for the very first time). How can I start the app for the first time, check if that boolean was or wasn't saved, and if it wasn't, save the data and prevent it from saving again next time the app is opened?