test method

void test(
  1. String content
)

Implementation

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