sharedChannel property

Channel? sharedChannel

A Channel to communicate with this local worker. This channel should be provided to clients so they can invoke services from the local worker.

Implementation

Channel? get sharedChannel => channel?.share();