debug abstract method

void debug(
  1. String message, {
  2. List? args,
})

Implementation

void debug(String message, {List<dynamic>? args});