enableHWPush method

void enableHWPush()

Enable Huawei Push on Huawei devices.

Implementation

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