shutdown method

Future<void> shutdown()

Implementation

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