ezvizLog function

void ezvizLog(
  1. String msg
)

萤石云打印

Implementation

void ezvizLog(String msg) {
  print("EZviz Log: $msg");
}