local property
The local channel.
This channel should be used directly by the creator of this StreamChannelController to send and receive events.
Implementation
StreamChannel<T> get local => _local;
The local channel.
This channel should be used directly by the creator of this StreamChannelController to send and receive events.
StreamChannel<T> get local => _local;