clearDebug method

void clearDebug()

debug 清空日志

Implementation

void clearDebug() {
  _debugLogAll = [];
  flushDebug();
}