trace method

void trace(
  1. dynamic msg
)

Implementation

void trace(msg) => logging.trace(msg, tag: tag);