I wonder why is SharedPreferences.getInstance() an async function?! I want to cache the instance in a static variable and use it to store settings
SharedPreferences.getInstance()
async