getSharedChannel method
Channel?
getSharedChannel()
inherited
Shared Channel
that can be used to communicate with the worker.
Implementation
Channel? getSharedChannel() => _channel?.share();
Shared Channel
that can be used to communicate with the worker.
Channel? getSharedChannel() => _channel?.share();