logD static method

dynamic logD(
  1. Object? obj
)

Implementation

static logD(Object? obj) {
  _log(_defaultTag, obj);
}