profileCacheKey function

String profileCacheKey(
  1. String userId
)

Returns the storage key used to persist a user's own profile.

Implementation

String profileCacheKey(String userId) => 'profile_$userId';