d method

void d(
  1. String? tag,
  2. String message
)

debug log

Implementation

void d(String? tag, String message) {
  _log(1, tag, message);
}