t static method

void t(
  1. dynamic messagge
)

Implementation

static void t(dynamic messagge) {
  _logger.t(messagge);
}