Returns the list of consumables from the store.
static Future<List<String>> load() async { return (await SharedPreferences.getInstance()).getStringList(_kPrefKey) ?? []; }