sdkLog function

void sdkLog(
  1. Object? msg
)

Implementation

void sdkLog(Object? msg) {
  debugLog(msg, tag: "LiveSDK");
}