w method

void w(
  1. String content
)

Implementation

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