printToDebug method

void printToDebug(
  1. String text
)

Implementation

void printToDebug(String text) {
  print(text);
}