shutdown method

Future<void> shutdown()

Implementation

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