putUser method
This is a wrapper for put
function which puts a user into cache by userId
Implementation
void putUser(String userId, TopicSubscription user) {
return put('user', userId, user.copy());
}
This is a wrapper for put
function which puts a user into cache by userId
void putUser(String userId, TopicSubscription user) {
return put('user', userId, user.copy());
}