Disconnect from the channel.
Example
(async ()=> {
const client = await fin.InterApplicationBus.Channel.connect('channelName');
await client.disconnect();
})();
Disconnect from the channel.
(async ()=> {
const client = await fin.InterApplicationBus.Channel.connect('channelName');
await client.disconnect();
})();