kill method

Future<void> kill()

Implementation

Future<void> kill() async {
  if (_inputClosed) {
    return;
  }
  _queueInput(channel: 5);
}