debugPrint method

void debugPrint(
  1. Object o
)

Implementation

void debugPrint(Object o) {
  print(o);
}