putTopic method
This is a wrapper for put
function which puts a topic into cache
Implementation
void putTopic(Topic topic) {
return put('topic', (topic.name ?? ''), topic);
}
This is a wrapper for put
function which puts a topic into cache
void putTopic(Topic topic) {
return put('topic', (topic.name ?? ''), topic);
}