clearPrint method

void clearPrint()

清空print日志数据

Implementation

void clearPrint() {
  _printLogAll = [];
  flushPrint();
}