enableHWPush method Null safety

void enableHWPush()

华为推送,具体流程请访问 http://docs-im.easemob.com/im/android/push/thirdpartypush

Implementation

void enableHWPush() {
  _enableHWPush = true;
}