audienceLog function

void audienceLog(
  1. Object? msg
)

Implementation

void audienceLog(Object? msg) {
  debugLog(msg, tag: "Audience");
}