chatChannelFlow
Provides a real-time flow of ChatChannels for the current user.
On initial collection, this Flow will emit the current list of ChatChannels. The Flow will then emit an updated list of channels when:
A new ChatChannel is created
An existing ChatChannel is updated
A new Message is received in an existing ChatChannel
A Localz firebase push notification is received with relevant actions
Return
A Flow of LocalzResult containing a list of ChatChannels.
Throws
if the SDK is not configured.