onSubscribe property
Fires whenever a client tries to subscribe to an event.
Implementation
@override
Stream<SubscriptionRequest> get onSubscribe => _onSubscribe.stream;
Fires whenever a client tries to subscribe to an event.
@override
Stream<SubscriptionRequest> get onSubscribe => _onSubscribe.stream;