enableHWPush method Null safety
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;
}
Enable Huawei Push on Huawei devices.
Param appId
The app ID for HuaWei Push.
Param appKey The app key for HuaWei Push.
void enableHWPush() {
_pushConfig.enableHWPush = true;
}