d method

void d(
  1. String content
)

Implementation

void d(String content) {
  Alog.d(tag: tag, type: type, moduleName: module, content: content);
}