joinPresence abstract method
Joins presence in channelName publishing userInfo metadata.
Returns a stream of active users currently present in the channel.
Implementation
Stream<List<Map<String, dynamic>>> joinPresence(
String channelName,
Map<String, dynamic> userInfo,
);