foreign property

StreamChannel<T> foreign

The foreign channel.

This channel should be returned to external users so they can communicate with local.

Implementation

StreamChannel<T> get foreign => _foreign;