punsubscribe abstract method
Unsubscribes the client from the given patterns, or all patterns if none are given.
The Future completes when the server confirms the unsubscription.
Implementation
Future<void> punsubscribe([List<String> patterns = const []]);