tailor method

void tailor()

裁剪

Implementation

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