putLogCat method

void putLogCat(
  1. String msg
)

Implementation

void putLogCat(String msg) => put("LogCat", msg);