close method

  1. @override
Future<void> close()
override

Close our end of the channel. Returns a future that waits for the other side to close.

Implementation

@override
Future<void> close() => _channel.close();