punsubscribe abstract method

Future<void> punsubscribe([
  1. List<String> patterns = const []
])

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 []]);