debugNotifiers property

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

Returns a copy of the notification dispatchers - debugging only.

Implementation

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