d static method

void d(
  1. Object? msg
)

Implementation

static void d(Object? msg) {
  // ignore: avoid_print
  print('🐛 $msg');
}