EventChannelStreamWrapper<T> constructor
Implementation
EventChannelStreamWrapper(
this._guid, Stream<dynamic> chanelStream, this._converter) {
_chanelStreamSubscription = chanelStream.listen(_onDataReceived);
}
EventChannelStreamWrapper(
this._guid, Stream<dynamic> chanelStream, this._converter) {
_chanelStreamSubscription = chanelStream.listen(_onDataReceived);
}