setData method

void setData(
  1. List<DebugLogString> data
)

Implementation

void setData(List<DebugLogString> data) {
  emit(data);
}