core/storage/user_data_cache library
Functions
-
deleteLocalGamesFor(
Ref ref, String userId) → Future< void> -
Deletes every game
userIdplayed on this device. -
deleteUserData(
Ref ref, String userId) → Future< void> -
Deletes all first-party shell data persisted for
userId. -
friendshipsCacheKey(
String userId) → String - Returns the storage key used to persist a user's friendships list.
-
profileCacheKey(
String userId) → String - Returns the storage key used to persist a user's own profile.