enableHWPush method Null safety

void enableHWPush()

Enable Huawei Push on Huawei devices.

Param appId The app ID for HuaWei Push.

Param appKey The app key for HuaWei Push.

Implementation

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