close method

Future<void> close()

Implementation

Future<void> close() async {
  await channel.sink.close();
  await _ctrl.local.sink.close();
}