endCommunicationChannel abstract method

FutureOr<bool> endCommunicationChannel()

If you called startCommunicationChannel, remember that you have created a subscription to receive messages.

Accordingly, it is essential to terminate any subscription. Use endCommunicationChannel for this purpose.

Implementation

FutureOr<bool> endCommunicationChannel();