onUnsubscribed method

void onUnsubscribed(
  1. String? topic
)

Implementation

void onUnsubscribed(String? topic) {
  debugPrint('Unsubscribed topic: $topic');
}