debugNotifiers property
Returns a copy of the notification dispatchers - debugging only.
Implementation
@protected
Map<SubscriptionId, WebsocketNotifier> get debugNotifiers =>
Map.from(_notifiers);
Returns a copy of the notification dispatchers - debugging only.
@protected
Map<SubscriptionId, WebsocketNotifier> get debugNotifiers =>
Map.from(_notifiers);