storeChats(accountId:chats:)
Persist the current metadata for a set of Chats
func storeChats(accountId: String, chats: Array<Chat>)
Parameters
accountId
the account that owns the Chats
chats
chats to write to storage
Persist the current metadata for a set of Chats
func storeChats(accountId: String, chats: Array<Chat>)
accountId
the account that owns the Chats
chats
chats to write to storage