turnAround method

void turnAround()

Implementation

void turnAround() {
  _stream.sink.add({
    'FunName': 'turnAround',
    'args': null,
  });
}