debugNotifiers property

  1. @protected
Map<SubscriptionId, WebsocketNotifier> get debugNotifiers

Returns a copy of the notification dispatchers - debugging only.

Implementation

@protected
Map<SubscriptionId, WebsocketNotifier> get debugNotifiers =>
    Map.from(_notifiers);