shutdown method

Future<void> shutdown ()

Shut down the connection

Implementation

Future<void> shutdown() async {
  await _channel.terminate();
}