getSharedChannel method

Channel? getSharedChannel()
inherited

Shared Channel that can be used to communicate with the worker.

Implementation

Channel? getSharedChannel() => _channel?.share();