yLog function

void yLog(
  1. String message
)

打印log

Implementation

void yLog(String message) {
  _getPlugin()!.log(message);
}