logPrint method

void logPrint(
  1. Object o
)

Implementation

void logPrint(Object o) => log(o.toString());