printf static method

void printf(
  1. String message
)

Implementation

static void printf(String message) => debugPrint(message);