pubsubChannels abstract method

Future<List<String?>> pubsubChannels([
  1. String? pattern
])

Lists the currently active channels.

pattern is an optional glob-style pattern. Returns an empty list if no channels are active.

Implementation

Future<List<String?>> pubsubChannels([String? pattern]);