Unsubscribe from channel
@override void unsubscribe(String channel) { _subscriptions.remove(channel); if (kDebugMode) { debugPrint('Unsubscribed from Firebase channel: $channel'); } }