foreign property
The foreign channel.
This channel should be returned to external users so they can communicate with local.
Implementation
StreamChannel<T> get foreign => _foreign;
The foreign channel.
This channel should be returned to external users so they can communicate with local.
StreamChannel<T> get foreign => _foreign;