channel property
PluginCommunicationChannel
get
channel
inherited
Return the communication channel being used to communicate with the
analysis server, or null
if the plugin has not been started.
Implementation
PluginCommunicationChannel get channel => _channel;