close method

Future<void> close()

Closes the channel.

Implementation

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