enableLog static method

void enableLog(
  1. bool enable
)

Implementation

static void enableLog(bool enable)  {
    ChinaPushPlatform.instance.enableLog(enable);
}