Lists the currently active channels.
pattern is an optional glob-style pattern. Returns an empty list if no channels are active.
pattern
Future<List<String?>> pubsubChannels([String? pattern]);