imLog function

void imLog(
  1. Object? msg
)

Implementation

void imLog(Object? msg) {
  debugLog(msg, tag: "SocketIm");
}