enableHWPush method

void enableHWPush()

开启华为推送。

Implementation

void enableHWPush() {
  _pushConfig.enableHWPush = true;
}