printLog method

void printLog(
  1. String msg
)

Implementation

void printLog(String msg) {
  _printLogCall?.call(msg);
}